Other
elevenlabs.io
ElevenLabs API Documentation sandbox and mock API
This is the documentation for the ElevenLabs API. You can use this API to use our service programmatically, this is done by using your xi-api-key. <br/> You can view your xi-api-key using the 'Profile' tab on https://beta.elevenlabs.io. Our API is experimental so all endpoints are subject to change. Writes persist, data moves on a schedule and every change can fire a signed webhook.
- Operations
- 19
- Collections
- -
- Event types
- -
example request
curl https://your-elevenlabs.slurry.io/v1/history \
-H "Authorization: Bearer slurry_sim_..."Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.0.
What gets simulated
Collections, relationships and state machines are worked out from the spec when you start the simulation.
- State. Creates, updates and deletes persist and show up in later reads.
- Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
- Webhooks. Every change emits a signed, retried event.
- Failure. Per-endpoint errors, latency and chaos rules, on demand.
Operations
First 12 of 19.
- GET/v1/history
- POST/v1/history/delete
- POST/v1/history/download
- DELETE/v1/history/{history_item_id}
- GET/v1/history/{history_item_id}/audio
- POST/v1/text-to-speech/{voice_id}
- POST/v1/text-to-speech/{voice_id}/stream
- GET/v1/user
- GET/v1/user/subscription
- GET/v1/voices
- POST/v1/voices/add
- GET/v1/voices/settings/default