Skip to main content
GET
Get Job Status
Check the status of a clip job. When all clips are finished, the response includes permanent download URLs for each clip.

Headers

string
required
Your API key.

Path parameters

string
required
The job_id (UUID) returned from Create Clip.

Response

When the job is still processing:
string
The job identifier (UUID).
string
"processing" while clips are being generated.
object
Progress information.
When all clips are finished:
string
The job identifier (UUID).
string
"completed" when all clips are done.
object[]
Array of clip results.