API ReferenceVideo
Получить статус video job
Ключ используется браузером напрямую и сохраняется только для текущей вкладки.
Authorization
bearerAuth AuthorizationBearer <token>
Ключ вида dqa_live_... из раздела API-ключей DemoQA AI.
In: header
Path Parameters
id*string
Идентификатор video job из POST /videos.
Response Body
application/json
application/json
curl -X GET "https://example.com/videos/video_01J6A2B3C4D5E6F7G8H9"{ "id": "string", "object": "string", "status": "queued", "model": "string", "progress": 0, "created_at": 0, "completed_at": 0, "error": { "error": { "message": "string", "type": "string", "param": "string", "code": "string" } }, "content_url": "../dictionary"}