v124

OpenAPI 3.1.0MITraw.githubusercontent.com2026-08-01957351.2 MB
Video Generation

Poll video generation status

Returns job status and content URLs when completed

get/videos/{jobId}

Path parameters

jobIdstring required
Example:job-abc123

Response

Video generation status

errorstring
generation_idstring

The generation ID associated with this video generation job. Available once the job has been processed.

idstring required
polling_urlstring required
status'pending' | 'in_progress' | 'completed' | 'failed' | 'cancelled' | 'expired' required
unsigned_urlsstring[]

Example response

{
  "generation_id": "gen-xyz789",
  "id": "job-abc123",
  "polling_url": "/api/v1/videos/job-abc123",
  "status": "pending"
}