v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
productions

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

media_idstring required
namestring required

The original filename of the uploaded media.

content_typestring required

The MIME type of the media file (e.g. 'video/mp4').

languagestring nullable

The detected or declared language of the media, if available.

signed_urlstring required

A time-limited URL to download the media file.

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=..."
}