Retrieve a video job

Retrieve the status and details of a video using its UUID.

Authentication

Authorization: Bearer <YOUR_API_KEY>


Path Parameter

ParameterTypeRequiredDescription
video_uuidstringYesUUID of the video you created

Response

FieldTypeDescription
uuidstringUnique ID of the video
statusstringOne of: queued, in_progress, complete, error
video_urlstringFinal stitched video URL
orientationstringlandscape or portrait
resolutionstring720p or 1080p
video_clipsarray of VideoClip[]List of individual clips per video

VideoClip object

FieldTypeDescription
uuidstringUUID of the video clip
clip_urlstringURL of the generated video clip
camera_motionstringpush-in, push-out, or auto
orientationstringlandscape or portrait
resolutionstring720p or 1080p
Language
Credentials
Header
Click Try It! to start a request and see the response here!