---
title: "Create Order"
method: POST
path: "/v1/productions/orders"
tags: ["productions"]
---

# Create Order

`POST /v1/productions/orders`

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

## Headers

- `xi-api-key` string, 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.

## Request body

- CreateOrderRequest
  - `sandbox` boolean — When true, creates a sandbox order that auto-progresses without producer intervention.

## Response `200`

Successful Response

- CreateOrderResponse
  - `order_id` string, required
  - `sandbox` boolean — Whether this is a sandbox order.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation.md) · [All operations](https://skmtc.net/elevenlabs/apis/elevenlabs-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/elevenlabs/elevenlabs-api-documentation/revisions/3b2cee2701a3/schema)
