Jobs
Check Job Status
Poll this endpoint to check the status of an asynchronous job (image generation or text-to-video). Use the job_id received from the generation response. For image-to-video jobs, use GET /api/v1/videos/get instead. Recommended polling interval: every 2–5 seconds, with a maximum timeout of 5 minutes.
get/api/v1/jobs/{job_id}/status
Path parameters
job_idstring required
The job ID returned from image generation request
Response
Job status retrieved successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.