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.
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 |
{"voice_uuid": "{{trigger.voice_uuid}}","data": "{{trigger.data}}","sample_rate": "{{trigger.sample_rate}}","output_format": "{{trigger.output_format}}"}
{"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.
Any of these apps can fire this action as part of a workflow.