v5
latestOpenAPI 3.1.02026-08-043621,4011.8 MBproductions
Get Order
Retrieves full details for a Productions order.
Quote and pricing information may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until it is ready.
get/v1/productions/orders/{order_id}
Path parameters
order_idstring required
The ID of the order.
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
{
"created_at": "2025-03-15T10:00:00Z",
"items": [
{
"item": {
"captions_sdh": false,
"destination_languages": [
"hi",
"fr-FR",
"de"
],
"include_captions": true,
"include_source_captions": false,
"instructions": "Voices don't need to match the originals, prioritize native-sounding voices",
"kind": "dub",
"media_id": "prodmedia_01jgb2zd68f8f9tfvbb968wb8z",
"source_language": "en"
},
"item_id": "proditem_01jgd3qhejfs7rm6swknz2ytjb",
"quote": {
"amount_usd": 11
}
}
],
"name": "Spanish Dubs",
"order_id": "prodorder_01jgatk6h0fwxrtbjade61yqhx",
"sandbox": false,
"state": "open",
"total_amount_usd": 11
}