Generate voiceover
generate_voiceConvert text into spoken audio using a chosen voice engine and preset, returning a downloadable MP3 URL for standalone narration or voiceover clips.
Instructions
RAW text-to-speech from the voice-model catalog: speak a script in a chosen voice and return the served MP3 URL. For a standalone voiceover / narration clip — NOT for adding audio to a video (render_ad and generate_video voice their own spots; change_voice re-voices a finished clip). engine picks the voice model (default 'seed-audio'; also 'eleven-v3', 'minimax-speech', 'kokoro'); voice is a preset name from that engine (see hermoso_capabilities → voice engines). Paid (a couple of credits by length; ≤900 characters).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | the script to speak (≤900 characters) | |
| voice | No | a voice preset from the chosen engine (e.g. 'Aria'/'George' on eleven-v3, 'stokie_en' on seed-audio) — omit for the engine default | |
| engine | No | voice-engine id: 'seed-audio' (default), 'eleven-v3', 'minimax-speech', or 'kokoro' — listed in hermoso_capabilities |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| audio | No | the served absolute URL of the MP3 voice clip | |
| model | No | the voice engine label | |
| voice | No | the voice preset used | |
| creditsUsed | No | credits billed for this clip |