Skip to main content
All requests require authentication with a bearer token in the Authorization header: Authorization: Bearer YOUR_API_KEY. See API authentication for how to create a key.

Overview

This endpoint returns the words in your input that are absent from Rime’s pronunciation dictionary. Uncovered words are still synthesized using the model’s predicted pronunciation, but brand names, technical terms, and names should be verified before production use. Dictionary additions typically take about a week. Contact your account manager through Slack or email, or write to sales@rime.ai, if you need a different turnaround or have an SLA. For immediate Mist v1 or Mist v2 control, generate a custom pronunciation by hand or from a recording with the Phonemize API.

Example

A request takes only the string text, for example:
The response will include an array with any strings not covered by the current Rime dictionary:

Variable Parameters

string
required
A string one or more words you’d like to check for coverage in our dictionary. Words can be separated by spaces, commas, or newlines.