DeeGee
09/16/2025, 3:31 PM{
"name": "Finance Dictionary",
"rules": [
{
"stringToReplace": "INV-",
"type": "alias",
"alias": "I N V dash"
}
]
}
But I'm getting a 400 error with a response body of:
{
"message": "Unsupported data type. Either file or rules must be provided.",
"error": "Bad Request",
"statusCode": 400
}
Why?Chiranjeet Mishra
09/18/2025, 2:55 PMplaintext
POST https://api.vapi.ai/provider/11labs/pronunciation-dictionary
3. **Configure Your Assistant**: Update your assistant’s voice configuration to include this dictionary.
json
{
"voice": {
"model": "eleven_turbo_v2_5",
"voiceId": "sarah",
"provider": "11labs",
"pronunciationDictionaryLocators": [
{
"pronunciationDictionaryId": "your-dictionary-id",
"versionId": "your-version-id"
}
]
}
}
4. **Test Pronunciation**: Verify the changes using a test call or the Vapi playground.
Detailed steps and examples can be found in the [Pronunciation Dictionaries documentation](https://docs.vapi.ai/assistants/pronunciation-dictionaries).
Feel free to reach out if you need more assistance.DeeGee
09/18/2025, 4:44 PMChiranjeet Mishra
09/22/2025, 2:03 PMDeeGee
09/23/2025, 10:47 AMDeeGee
09/23/2025, 10:51 AMDeeGee
09/23/2025, 11:03 AMChiranjeet Mishra
09/24/2025, 11:18 PM