post
https://platform.perso.ai/api/v1/session//tts/
Convert text to speech audio using the session's configured TTS voice.
Request Parameters
| Parameter | Required | Description |
|---|---|---|
text | Yes | The text to convert to speech |
locale | No | Language/locale for text normalization (e.g., ko, en) |
Response
Returns base64-encoded audio data in the configured format.
Example
Select "TTSRequest" from the Examples dropdown to see the request format.
