AiTitus :)
03/10/2025, 5:03 PMAiTitus :)
03/10/2025, 5:03 PMVapi Support Bot
03/10/2025, 5:05 PMsmartEndpointingEnabled parameter specifically requires a boolean value (true or false), not a string or any other data type.
Here's how to fix it:
1. Make sure you're setting smartEndpointingEnabled as a boolean value:
json
"startSpeakingPlan": {
"waitSeconds": 0.4,
"smartEndpointingEnabled": true
}
2. If you're using a UI to configure this, ensure you're selecting the boolean option rather than entering text.
3. Note that smart endpointing is only functional for English transcriptions, so if you're using another language, you should set this to false.
For optimal configuration, you might also want to adjust the waitSeconds parameter (0.8 seconds is recommended by some users for better processing time).
Let me know if you need any further assistance with this configuration! ๐
Sources:
- [Discord Channel](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1329414710583627796)
- [Discord Channel](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343636482874933340)
- [Customization Documentation](https://docs.vapi.ai/customization/speech-configuration)Vapi
03/10/2025, 5:29 PMAiTitus :)
03/10/2025, 7:56 PMVapi
03/10/2025, 7:57 PMAiTitus :)
03/10/2025, 11:43 PMVapi Support Bot
03/11/2025, 6:42 AMnazar
03/13/2025, 9:21 AMAiTitus :)
03/13/2025, 2:51 PMnazar
03/13/2025, 3:47 PMAiTitus :)
03/13/2025, 4:30 PM