@User would it be possible to add a parameter to the transcriber parameters on the Create Assistant endpoint so that VAPI could return a timestamped transcript for the call? As it stands right now, I'm having to get the recordingUrl from the call and then send an additional deepgram call to get another transcript with timestamps.
"transcriber": {
"provider": "deepgram",
"model": "nova-2",
"language": "bg",
"smartFormat": true,
"keywords": [
"
"
]
},