ActionResemble AIUpdated September 2026
How do I generate speech with Resemble?
Short answer: You can resemble text to speech in Resemble AI by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Resemble AI Resemble Text to Speech 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.
Inputs
The fields this action accepts.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Voice UUID voice_uuid | string | Required | Voice UUID (required) |
Text data | string | Required | Text (required) |
Sample Rate sample_rate | string | Optional | Sample Rate |
Format output_format | options | Optional | Format. Options: MP3, WAV |
Sample request
{"voice_uuid": "{{trigger.voice_uuid}}","data": "{{trigger.data}}","sample_rate": "{{trigger.sample_rate}}","output_format": "{{trigger.output_format}}"}
Returns
{"issues": [],"success": true,"duration": 3.5,"audio_src": "https://example.com/a.mp3","audio_content": "<base64>"}
Use these fields in downstream nodes for routing, logging, or error handling.
Triggered by
Apps that pair well as the trigger for Resemble Text to Speech.
Any of these apps can fire this action as part of a workflow.
FAQ
Questions about Resemble Text to Speech.
What does the Resemble Text to Speech action do in Resemble AI?
Generates audio with emotion control. For production-grade narration where voice consistency matters more than peak speed.
What inputs does Resemble Text to Speech require?
Required: Voice UUID, Text. 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 Resemble AI returns an error?
The run history shows the failed step with its input and the error message Resemble AI 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 Resemble Text to Speech support batch operations?
Run Resemble Text to Speech 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 Resemble AI's rate limits.
More actions
Other Resemble AI actions.
Action
Resemble Create Voice
Trains a custom voice from sample audio. Different tiers: Rapid (seconds of audio, lower fidelity), Standard (3 min, production quality), Studio (hours, broadcast quality). For brand-voice production at scale.
ActionResemble List Voices
Returns stock and custom voices in the account. Useful for resolving voice IDs at workflow setup.