etrock
02/19/2026, 6:00 PMFavour lucius
02/19/2026, 6:20 PMetrock
02/19/2026, 6:38 PMFavour lucius
02/19/2026, 6:41 PMetrock
02/20/2026, 7:42 AMcurl -X PATCH https://api.vapi.ai/assistant/my-assistant-id \ ─╯
-H "Authorization: Bearer my-api-kex" \
-H "Content-Type: application/json" \
-d '{
"transcriber": {
"provider": "custom-transcriber",
"server": {
"url": "wss://mywebsite.com/api/custom-transcriber",
"headers": {
"x-vapi-secret": "my-api-key"
}
}
}
}'etrock
02/20/2026, 7:44 AM"transcriber": {
"server": {
"url": "wss://mywebsite.com/api/custom-transcriber",
"headers": {
"x-vapi-secret": "my-api-key"
}
},
"provider": "custom-transcriber"
},Favour lucius
02/20/2026, 8:08 AMFavour lucius
02/20/2026, 8:08 AMYusef Ho
02/20/2026, 7:15 PM{
"transcriber": {
"provider": "custom-transcriber",
"server": {
"url": "wss://xxx.ngrok-free.app/api/custom-transcriber"
}
}
}
but it not use this endpoint.
I check the log, it use deepgramFavour lucius
02/20/2026, 7:52 PMetrock
02/23/2026, 9:47 AMFavour lucius
02/23/2026, 10:31 AM