ActionElevenLabsUpdated September 2026

How do I clone a voice with ElevenLabs?

Short answer: You can instant voice clone in ElevenLabs by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the ElevenLabs Instant Voice Clone action to a workflow, map its 4 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.

Instant Voice Clone in ElevenLabs — start free
Inputs

The fields this action accepts.

Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.

FieldTypeRequiredDescription
Voice Sample URL
sample_url
stringRequiredPublic HTTPS URL to a single audio sample (MP3/WAV/M4A) of the voice you want to clone. 1–5 minutes recommended. The executor fetches the URL and uploads as a binary multipart part.
Voice Name
name
stringRequiredVoice Name (required)
Description
description
stringOptionalDescription
Labels (JSON)
labels
stringOptional{"accent":"american","age":"young"}
Sample request
{
"sample_url": "e.g. https://example.com/voice-sample.mp3",
"name": "{{trigger.name}}",
"description": "{{trigger.description}}",
"labels": "{\"accent\":\"american\",\"age\":\"young\"}"
}
Returns
{
"voice_id": "voice_abc",
"requires_verification": false
}

Use these fields in downstream nodes for routing, logging, or error handling.

Triggered by

Apps that pair well as the trigger for Instant Voice Clone.

Any of these apps can fire this action as part of a workflow.

FAQ

Questions about Instant Voice Clone.

What does the Instant Voice Clone action do in ElevenLabs?
Trains a custom voice from a short audio sample (a few minutes ideal). Once trained, the voice ID is usable in Text to Speech for consistent narration. For brand-voice or character-voice production at scale.
What inputs does Instant Voice Clone require?
Required: Voice Sample URL, Voice Name. Every input accepts a static value or a variable from any upstream node in your workflow.
Can I use dynamic inputs from earlier workflow nodes?
Yes. Any field on this action can pull values from upstream nodes, whether that's a form response, a trigger payload, an AI output, or a lookup result.
What happens if ElevenLabs returns an error?
The run history shows the failed step with its input and the error message ElevenLabs returned, so you can fix the input and run the workflow again. Automatic retries are built into HTTP steps only, where you can also set your own retry count and delay.
Does Instant Voice Clone support batch operations?
Run Instant Voice Clone inside a loop to process each item in an array. TinyCommand does not throttle calls for you, so for large arrays add a Delay step if you need to stay within ElevenLabs's rate limits.
More actions

Other ElevenLabs actions.

Instant Voice Clone in ElevenLabs — start free