v5

latestOpenAPI 3.1.02026-08-043621,4011.8 MB
productions

Submit Order

Submits an open order for processing. The order must have at least one item. Once submitted, items can no longer be modified.

Upon submission, the workspace will be charged for the order. The quote is based on information extracted from the uploaded media, such as its duration. The quote may not be available immediately; if you wish to see the quote before submission, you may need to poll the order details until the quote is ready.

post/v1/productions/orders/{order_id}/submit

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

order_idstring required
state'open' | 'submitted' | 'paid' | 'accepted' | 'rejected' | 'done' | 'cancelling' | 'cancelled' | 'expired' required
submitted_atstring date-time required

The timestamp when the order was submitted.

Example response

{
  "order_id": "prodorder_01jgatk6h0fwxrtbjade61yqhx",
  "state": "submitted",
  "submitted_at": "2025-03-15T10:30:00Z"
}