Audio
ElevenLabs Instant Voice Clone
Credit-based pricing.

Output
audio
Inputs
- Reference audio (required)
Example prompt
Hello! This is a preview of my new cloned voice. It is ready to use for narration and speech generation.Try this prompt →
LLM-ready
API & LLM schema
Exact request contract for this model. Agents can fetch it from /api/v1/models?id=elevenlabs/instant-voice-clone.
POST
/api/v1/generate14 fields · 5 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. |
voice_name | string | Required | A private name for this voice in your ArtEmotion account. · Default: My Voice Clone |
description | string | Optional | Optional notes that make this voice easier to recognize later. |
remove_background_noise | boolean | Optional | Enable only when the sample contains background noise. It can reduce quality on an already-clean recording. · Default: false |
consent_confirmed | boolean | Required | You must own the voice or have explicit permission from its owner before cloning it. · Default: false |
language | string | Optional | Optional metadata describing the language spoken in the sample. |
accent | string | Optional | Optional metadata describing the accent in the sample. |
audio_url | string | Required | Format: uri |
Minimal request example
{
"model_id": "elevenlabs/instant-voice-clone",
"prompt": "Hello! This is a preview of my new cloned voice. It is ready to use for narration and speech generation.",
"voice_name": "My Voice Clone",
"consent_confirmed": false,
"audio_url": "https://example.com/audio"
}Raw JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://www.artemotion.ai/api/v1/models?id=elevenlabs%2Finstant-voice-clone",
"title": "ElevenLabs Instant Voice Clone generation request",
"description": "Request body accepted by POST /api/v1/generate for elevenlabs/instant-voice-clone.",
"type": "object",
"properties": {
"model_id": {
"type": "string",
"const": "elevenlabs/instant-voice-clone",
"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"
},
"voice_name": {
"title": "Voice Name",
"description": "A private name for this voice in your ArtEmotion account.",
"default": "My Voice Clone",
"type": "string"
},
"description": {
"title": "Description",
"description": "Optional notes that make this voice easier to recognize later.",
"type": "string"
},
"remove_background_noise": {
"title": "Remove Background Noise",
"description": "Enable only when the sample contains background noise. It can reduce quality on an already-clean recording.",
"default": false,
"type": "boolean"
},
"consent_confirmed": {
"title": "Voice Ownership Confirmed",
"description": "You must own the voice or have explicit permission from its owner before cloning it.",
"default": false,
"type": "boolean"
},
"language": {
"title": "Sample Language",
"description": "Optional metadata describing the language spoken in the sample.",
"type": "string"
},
"accent": {
"title": "Accent",
"description": "Optional metadata describing the accent in the sample.",
"type": "string"
},
"audio_url": {
"type": "string",
"format": "uri"
}
},
"required": [
"model_id",
"prompt",
"voice_name",
"consent_confirmed",
"audio_url"
],
"additionalProperties": false
}FAQ
How much does ElevenLabs Instant Voice Clone 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 Instant Voice Clone fails?
Yes — failed generations are never charged. The credits are released back to your balance automatically.
Can I call ElevenLabs Instant Voice Clone from the API?
Yes. Use POST /api/v1/generate with model_id: "elevenlabs/instant-voice-clone". 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 Instant Voice Clone?
Start now →No commitment. New accounts get 50 free credits on signup. See pricing.