Armin - Chatarmin
01/10/2026, 6:41 PM{
"provider": "custom-voice",
"server": {
"url": "http://localhost:8004/vapi/tts",
"secret": "your-secret-token",
"headers": {
"Content-Type": "application/json",
"X-API-Version": "v1"
}
},
"fallbackPlan": {
"voices": [
{
"provider": "openai",
"voiceId": "shimmer"
}
]
}
}
But i just dont get any requests. In the logs it just shows as "voice-input" request but nothing more. Like just that:
{
"id": "log-9",
"level": 30,
"time": 1768066761978,
"timestamp": 1768066761978000000,
"severityText": "INFO",
"severityNumber": 9,
"body": "Voice input",
"attributes": {
"category": "voice",
"callId": "019ba8fd-b3dc-7cc5-830f-8c1ed8dff35a",
"orgId": "5f65a35d-3681-4d89-a457-fce850b2aacb",
"text": "Welcome to our service."
}
}
Call ID is: 019ba8fd-b3dc-7cc5-830f-8c1ed8dff35aChiranjeet Mishra
01/10/2026, 6:41 PMJarrah
01/10/2026, 9:24 PMArmin - Chatarmin
01/11/2026, 7:14 AMJarrah
01/11/2026, 8:55 AMChiranjeet Mishra
01/12/2026, 2:53 PMArmin - Chatarmin
01/31/2026, 11:33 AMChiranjeet Mishra
02/02/2026, 1:43 PMArmin - Chatarmin
02/02/2026, 10:28 PMChiranjeet Mishra
02/03/2026, 12:00 PMArmin - Chatarmin
02/03/2026, 2:02 PMChiranjeet Mishra
02/03/2026, 2:47 PM