dropbomby
10/15/2025, 5:23 PMcurl -X PATCH https://api.vapi.ai/assistant/<assistant_id> \
-H "Authorization: Bearer <public_key?" \
-H "Content-Type: application/json" \
-d '{
"transcriber": {
"provider": "custom-transcriber",
"server": {
"url": "<url of the transcriber>"
}
}
}'
Now, I'm creating new workflows but there I see each node can have different transcriber. I'd like to use my custom transcriber in my workflows as well, how do I do that?
Thanks!Chiranjeet Mishra
10/17/2025, 4:28 PM