Setup
1. Get your KugelAudio API key and a voice ID
- API key — open the KugelAudio dashboard, then go to Settings → API Keys.
- Voice ID — open the KugelAudio dashboard, go to Voices, pick a voice, and copy its numeric ID.
2. Configure your Vapi assistant
Pick whichever flow you prefer — the dashboard is faster for one-offs, the API is better for scripted setup.- Vapi Dashboard
- Vapi API
1
Open the assistant
In the Vapi dashboard, open the assistant you want to use.
2
Go to Voice → Provider
Click Voice, then Provider.
3
Pick Custom Provider
Scroll down in the provider list and select Custom Provider.
4
Paste the URL
5
Save
Save the assistant. The voice is now powered by KugelAudio.
How it works
Vapi sends one POST per phrase to/vapi/synthesize:
message.sampleRate must be one of 8000, 16000,
22050, 24000, or 44100; unsupported rates are rejected with 400.