Generate Wubble speech
wubble_text_to_speechGenerate Wubble speech. Consumes Wubble requests or credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Text to synthesize. | |
| model_id | No | Optional model ID. | |
| voice_id | No | Optional Wubble voice ID. | |
| language_code | No | Optional language code. | |
| output_format | No | Optional output format. Use mp3_44100_128 for MP3 audio; shorthand mp3 is accepted and normalized. | |
| voice_settings | No | Optional voice settings. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | No | ||
| error | No | Developer-service error envelope when the call fails. | |
| success | Yes | Whether the developer-service request succeeded. |