Other APIs
Text Normalization
Text normalization endpoint: returns the normalized form of input text — exactly what the TTS model sees before synthesis.
All requests require authentication with a bearer token in the
The response includes the normalized string:
Authorization header: Authorization: Bearer YOUR_API_KEY. See API authentication for how to create a key.
Overview
This API endpoint returns the normalized form of an input string — the way Rime’s TTS models interpret numbers, phone numbers, dates, and other non-standard words before synthesis. Use it to preview how a given input will be spoken, or to debug unexpected pronunciations of digits, sequences, and punctuation.This endpoint covers Rime’s English text normalization. For details on what’s normalized natively, known gaps, and how to pre-normalize problematic patterns, see Text normalization.
Example
A request takes only the stringtext, for example:
Variable Parameters
The string you’d like to normalize. Numbers, phone numbers, and other non-standard words will be expanded into their spoken form.

