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
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
- ○
added the non-success response with the status
response-non-success-status-added
- ○