firefly_0206
02/26/2025, 5:19 AMKyle
02/26/2025, 5:30 PMfirefly_0206
02/27/2025, 4:13 AMKyle
03/02/2025, 2:43 PMfirefly_0206
03/04/2025, 5:16 AMKyle
03/06/2025, 10:49 PMcurl -X PATCH https://api.vapi.ai/assistant/insert-your-assistant-id-here \
-H "Authorization: Bearer <token>" \
-H "Content-Type: application/json" \
-d '{
"transcriber": {
"provider": "deepgram",
"codeSwitchingEnabled": false,
"model": "",
"endpointing": 300
}
}'
@Beck you need to make an API request to update your assistant transcriber config, here you need to replace token with your private key and assistant-id with the actual assistant ID.firefly_0206
03/12/2025, 4:30 AMKyle
03/15/2025, 6:43 AM