get
https://api.autoreelapp.com/api/v1/get_video/
Retrieve the status and details of a video using its UUID.
Authentication
Authorization: <YOUR_API_KEY>
Path Parameter
| Parameter | Type | Required | Description |
|---|---|---|---|
video_uuid | string | Yes | UUID of the video you created |
Response
| Field | Type | Description |
|---|---|---|
uuid | string | Unique ID of the video |
status | string | One of: queued, in_progress, complete, error |
video_url | string | Final stitched video URL |
orientation | string | landscape or portrait |
resolution | string | 720p or 1080p |
ai_engine | string | v24 or v25 |
video_clips | array of VideoClip[] | List of individual clips per video |
VideoClip object
| Field | Type | Description |
|---|---|---|
uuid | string | UUID of the video clip |
clip_url | string | URL of the generated video clip |
camera_motion | string | push-in, push-out, orbit-left, orbit-right, auto |
orientation | string | landscape or portrait |
resolution | string | 720p or 1080p |
ai_engine | string | v24 or v25 |
