provider productions POST /v1/productions/orders
@utdk/elevenlabs /v1/productions/orders
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.
xi-api-key header
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.

Try it

Authentication
Configure credentials for ElevenLabs API Documentation
publicCreateOrder
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.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import elevenlabs from '@utdk/elevenlabs';

await elevenlabs.publicCreateOrder()