Looping Video Job Status
Checks the status of a Looping Video job.
When a job completes, the response includes a result_url pointing to the generated MP4. If the job was submitted with include_audio: false, the MP4 is guaranteed to contain no audio stream.
Authorizations
All API requests require a valid api key. Include your token as a HTTP request header in the following format: X-API-Key: skXXXXXXXXXXXXXXXX. You can obtain an api key by signing up for developer access in your Pixelcut account.
Path Parameters
The ID of the job to check
Response
Job status retrieved successfully
The ID of the job
"6ba7b810-9dad-11d1-80b4-00c04fd430c8"
The current status of the job
pending, running, completed, failed "completed"
A URL to access the resultant MP4 video, only present when status is 'completed'
"https://assets.pixelcut.app/public/result/6ba7b810-9dad-11d1-80b4-00c04fd430c8.mp4"
Error details, only present when status is 'failed'