API Endpoint(s) and/or Zoom API Event(s)
- POST postmeeting.aic_transcript_completed
- GET v2/meetings/{meetingId}/transcript
**
Description**
*Need some help with getting transcripts generated by AI companion via API.
This webhook is sending the transcription ready event:* postmeeting.aic_transcript_completed. According to the docs, the file_id is a transcript file but the life of me, I haven’t been able to work out how to download it.
I have tried using {meetingId} and {meetingUUID} to request for the transcript via the endoint below but the response in both cases says the no meeting found. I suspect its due to AI companion generated transcript, so there’s no recording object
GET v2/meetings/{meetingId}/transcript
A steer on this would be super helpful. Thanks.