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

The video job ID, in the gen-vid-<timestamp>-<20 alphanumerics> generation ID format. Pass it as previous_job_id to continue the generation.

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

Example response

{
  "generation_id": "gen-vid-1789480874-Ab3dEf9hIjKlMnOpQrSt",
  "id": "gen-vid-1789480874-Ab3dEf9hIjKlMnOpQrSt",
  "polling_url": "/api/v1/videos/gen-vid-1789480874-Ab3dEf9hIjKlMnOpQrSt",
  "status": "pending"
}

Changes

Changed in 1 of the 303 revisions of this API.1