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

job_idstring

The job identifier

status'queued' | 'processing' | 'completed' | 'failed'

Current job status

urlstring nullable

Presigned download URL for the generated content. Only present when status is "completed".

errorstring nullable

Error message. Only present when status is "failed".

Changes

No recorded changes to this endpoint across all 1 revision of this API.