openclaw_tts_convert
Convert text to audio using text-to-speech synthesis. Returns an audio file or download link based on gateway configuration.
Instructions
Synthesize a piece of text to audio. Wraps tts.convert. Returns audio / a download URL depending on the gateway config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | ||
| voice | No | ||
| instance | No | Optional OpenClaw instance to route this call to (e.g. 'default', 'work'). Falls back to the active default instance, or the OPENCLAW_GATEWAY_URL/TOKEN env vars when set. List configured instances with openclaw_setup_list. |