
Output
audio
Example prompt
Warm, authoritative female narrator, mid-40s, slight Eastern-European accent, measured cadence, slightly husky timbreTry this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=elevenlabs/voice-design.
POST
/api/v1/generate9 fields · 2 required| Field | Type | Requirement | Contract |
|---|---|---|---|
model_id | constant | Required | ArtEmotion model identifier. |
extra | object | Optional | Model-specific settings may also be nested here. |
max_credits | number | Optional | Reject before submission if the estimated list price exceeds this cap. · Range: 1–… |
webhook_url | string | Optional | Format: uri |
webhook_secret | string | Optional | Optional model input. |
folder_id | string | Optional | Optional model input. |
prompt | string | Required | Optional model input. |
text | string | Optional | The text the generated voice will speak in the sample output. Must be 100-1000 characters. · Default: Hello there, this is a preview of my newly designed voice. I hope the tone, warmth, and clarity come through clearly in every word I speak. |
output_format | string | Optional | Audio format for the output sample. · Allowed: mp3_44100_32, mp3_44100_64, mp3_44100_96, mp3_44100_128, mp3_44100_192, mp3_22050_32, pcm_8000, pcm_16000, pcm_22050, pcm_24000, pcm_44100, pcm_48000, ulaw_8000, alaw_8000, opus_48000_32, opus_48000_64, opus_48000_96, opus_48000_128, opus_48000_192 · Default: mp3_44100_128 |
Minimal request example
{
"model_id": "elevenlabs/voice-design",
"prompt": "Warm, authoritative female narrator, mid-40s, slight Eastern-European accent, measured cadence, slightly husky timbre"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Fvoice-design",
"title": "ElevenLabs Voice Design generation request",
"description": "Request body accepted by POST /api/v1/generate for elevenlabs/voice-design.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "elevenlabs/voice-design",
"description": "ArtEmotion model identifier."
},
"extra": {
"type": "object",
"additionalProperties": true,
"description": "Model-specific settings may also be nested here."
},
"max_credits": {
"type": "number",
"minimum": 1,
"description": "Reject before submission if the estimated list price exceeds this cap."
},
"webhook_url": {
"type": "string",
"format": "uri",
"maxLength": 2048
},
"webhook_secret": {
"type": "string",
"maxLength": 512
},
"folder_id": {
"type": "string"
},
"prompt": {
"type": "string"
},
"text": {
"title": "Sample Text",
"description": "The text the generated voice will speak in the sample output. Must be 100-1000 characters.",
"default": "Hello there, this is a preview of my newly designed voice. I hope the tone, warmth, and clarity come through clearly in every word I speak.",
"type": "string"
},
"output_format": {
"title": "Output Format",
"description": "Audio format for the output sample.",
"default": "mp3_44100_128",
"type": "string",
"enum": [
"mp3_44100_32",
"mp3_44100_64",
"mp3_44100_96",
"mp3_44100_128",
"mp3_44100_192",
"mp3_22050_32",
"pcm_8000",
"pcm_16000",
"pcm_22050",
"pcm_24000",
"pcm_44100",
"pcm_48000",
"ulaw_8000",
"alaw_8000",
"opus_48000_32",
"opus_48000_64",
"opus_48000_96",
"opus_48000_128",
"opus_48000_192"
]
}
},
"required": [
"model_id",
"prompt"
],
"additionalProperties": false
}FAQ
How much does ElevenLabs Voice Design cost on ArtEmotion?
Credit-based pricing. You pay in ArtEmotion credits — every plan and top-up converts USD to credits at a fixed rate.
Do I get my credits back if ElevenLabs Voice Design fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call ElevenLabs Voice Design from the API?
Yes. Use POST /api/v1/generate with model_id: "elevenlabs/voice-design". See the API reference for the full schema.
Where are my generations stored?
Every output is saved to your personal Library. You can export or delete everything any time from Privacy & deletion.
Ready to generate with ElevenLabs Voice Design?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.