API reference¶
SimpleOTA exposes two HTTP APIs.
| API | Audience | Mount point | Auth |
|---|---|---|---|
| Device API | ESP32 devices in field | /api/v1/ota/ |
Project token or device token |
| Developer API | Humans + CI pipelines | /api/v1/projects/ |
PAT or project token |
Interactive reference (Swagger UI)¶
The Developer API ships a live Swagger UI at:
You can browse every endpoint, inspect schemas, and send authenticated requests directly from the browser. The Device API does not expose a Swagger UI; it is fully documented in Device API.