post
https://platform.perso.ai/api/v1/settings/text_normalization_config//normalize/
Apply text normalization rules to prepare text for TTS.
What It Does
Text normalization converts text into a format optimized for speech synthesis:
- Expands abbreviations (e.g., "Dr." → "Doctor")
- Converts numbers to words (e.g., "123" → "one hundred twenty-three")
- Handles special characters and symbols
- Applies locale-specific pronunciation rules
Request Parameters
| Parameter | Required | Description |
|---|---|---|
text | Yes | The text to normalize |
locale | No | Target locale for normalization (e.g., ko, en, ja) |
Example
Select "NormalizeTextRequest" from the Examples dropdown to see the request format.
