Configure your assistant
Set your assistant’svoice to Vapi’s custom-voice provider, pointed at the Kova Vapi endpoint with your chosen voice and API key.
url: the Kova Vapi endpoint. Set thevoicequery parameter to any speaker id from/v1/tts/speakers(for examplecal).headers.x-api-key: your Kova API key from platform.kova.ai. Vapi sends it on every request; Kova validates and bills it.
Each Vapi voice maps to one Kova speaker. To offer multiple voices, create one custom-voice config per speaker, changing the
voice query parameter.How it works
Vapi POSTs avoice-request for each utterance:
Billing and errors
Usage is billed to the API key in thex-api-key header, the same as direct API calls. An invalid key returns 401; an account out of credits returns 402. Top up at platform.kova.ai/dashboard/billing.