Get detailed information about a specific video
| Status | Code | Description |
|---|---|---|
| Success | 200 | Video found and details returned |
| Not Found | 404 | Video doesn’t exist |
| Forbidden | 403 | Video belongs to another team |
| Unauthorized | 403 | Invalid or missing API key |
| Server Error | 500 | Internal server error |
STARTED
progress field shows the current percentage.COMPLETED
url field contains a signed URL to download the video. URL is valid for 24 hours.FAILED
message field for details about what went wrong.COMPLETED, the url field provides a signed S3 URL:
Video ID
Video details retrieved successfully
Unique video identifier
Video name/title
Current video processing status
STARTED, COMPLETED, FAILED Signed URL to download the video (only available when status is COMPLETED)
Duration of the video in frames (at 25fps)
Duration of the video in seconds (calculated from durationInFrames)
Associated project ID if video belongs to a project
Team ID that owns this video
URL to video thumbnail image
Video file size in bytes
Processing progress percentage (0-100)
0 <= x <= 100Status message or error details
Video creation timestamp
Last update timestamp