extended-salmon•4mo ago
Getting the latest transcript from an ongoing call
the /call/id endpoint does not seem to provide a transcript while the call is on-going. I see the listenUrl, but that seems like its only for realtime audio. I know webhook does send transcript data. but is there another way to just get the latest transcript data for an on-going call via rest api?
2 Replies
conscious-sapphire•4mo ago
via rest api - No, transcript can only be pushed via webhooks in real time as of now.
rising-crimson•4mo ago
Vapi doesn’t support fetching live transcripts via REST, use the Server URL webhook for real-time updates or the listenUrl WebSocket to stream audio and handle transcription yourself..