v4
OpenAPI 3.1.02026-07-313621,3961.8 MBproductions
Get Media Info
Retrieves metadata and a time-limited download URL for a previously uploaded media file.
get/v1/productions/orders/{order_id}/media/{media_id}
Path parameters
order_idstring required
The ID of the order.
media_idstring required
The ID of the media file.
Headers
xi-api-keystring nullable
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Your API key. This is required by most endpoints to access our API programmatically. You can view your xi-api-key using the 'Profile' tab on the website.
Response
Successful Response
Example response
{
"content_type": "video/mp4",
"language": "en",
"media_id": "prodmedia_01jgb2zd68f8f9tfvbb968wb8z",
"name": "example.mp4",
"signed_url": "https://storage.googleapis.com/example-bucket/media/example.mp4?X-Goog-Signature=..."
}