Last updated 8 days ago
Was this helpful?
Retrieves the status, progress, and details of a specific video generation job.
The ID of the video generation job.
GET /api/v1/video-generation-jobs/{videoId} HTTP/1.1 Host: app.colossyan.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*
Video generation job status and details retrieved successfully. The return value also contains all of the video-generation-job itself, which is not detailed here.
{ "status": "in_queue", "videoId": "text", "progress": 1, "maximumProgress": 1 }