v4

OpenAPI 3.1.02026-07-313621,3961.8 MB
productions

Create Order

Creates a new Productions order in the workspace. The order starts in the open state and can be configured with items before submission.

post/v1/productions/orders

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.

Request body

sandboxboolean

When true, creates a sandbox order that auto-progresses without producer intervention.

Example request

{
  "sandbox": false
}

Response

Successful Response

order_idstring required
sandboxboolean

Whether this is a sandbox order.

Example response

{
  "order_id": "prodorder_01jgatk6h0fwxrtbjade61yqhx",
  "sandbox": false
}