v1
latestOpenAPI 3.0.02026-07-24622596.0 KBVideos
Retrieve Video
Returns details for a single video.
Important: Until status is processed, playback_url returns the raw upload URL (the pending_uri) and format returns the file extension of that URL — not the HLS playback URL or m3u8. Poll this endpoint until status: processed before consuming playback_url/format.
get/videos/{id}
Path parameters
idstring id required
ID of the Video
Response
Details about the video
Example response
{
"id": "1138023",
"company_id": "8292212",
"creator_id": "2789583992",
"creator_type": "User",
"creator_name": "Shawn Spencer",
"project_id": "94772883",
"coordinates": {
"lat": 28.425852468018288,
"lon": -81.47155671113255
},
"status": "processed",
"captured_at": 1721918461,
"created_at": 1721918473,
"updated_at": 1721918492,
"playback_url": "https://stream.mux.com/abc123.m3u8",
"format": "m3u8",
"thumbnail_urls": {
"large": "https://imgproxy.companycam.com/.../large.jpg",
"medium": "https://imgproxy.companycam.com/.../medium.jpg",
"small": "https://imgproxy.companycam.com/.../small.jpg"
},
"duration": 42
}