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-xyz789",
"id": "job-abc123",
"polling_url": "/api/v1/videos/job-abc123",
"status": "pending"
}Changes
Changed in 1 of the 214 revisions of this API.1
- ○
added the non-success response with the status
403response-non-success-status-added
- ○