Sesame Voice Id
# support
r
How to obtain the sesame voice id for voice which are inbuilt by vapi?
k
Go to your dashboard, edit your assistant, set the voice provider to “Sesame,” open the additional configuration, and select a voice—the voice ID will be shown there for use in your config.
v
To obtain the Sesame voice ID for inbuilt voices in Vapi: 1. Go to your Vapi dashboard and edit your assistant. 2. Set the voice provider to "Sesame". 3. In the additional configuration section (below the voice tab), you should see a list of available voices—select one, and the corresponding voice ID will be shown for use in your config. Tip: Copy the displayed voice ID and use it in your assistant configuration as shown below:
Copy code
json
{
  "voice": {
    "provider": "sesame",
    "voiceId": "your-selected-voice-id"
  }
}
For more details, see the [custom voices documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice). Source: - [Custom voices documentation](https://docs.vapi.ai/customization/custom-voices/custom-voice)