Introduction
External API for third-party developers.
This reference is generated from the OpenAPI specification of the Videas backend and lists every available endpoint grouped by resource.
External API for third-party developers.
This reference is generated from the OpenAPI specification of the Videas backend and lists every available endpoint grouped by resource.
All requests must include a Bearer token in the Authorization header.
Authorization: Bearer <your_token>
https://app.videas.comv1.0.0All responses are JSON. Successful responses return the resource directly; errors follow a standard shape.
{
"uid": "…",
"name": "…",
"created_at": "2026-04-20T10:00:00Z"
}{
"detail": "Error description",
"code": "ERROR_CODE"
}| Status | Meaning |
|---|---|
| 400 | Invalid request payload |
| 401 | Missing or invalid authentication |
| 403 | Authenticated but not allowed |
| 404 | Resource not found |
| 429 | Rate limit exceeded |
| 5xx | Server error — retry with exponential backoff |