Format Your New Topic as Follows:
API Endpoint(s) and/or Zoom API Event(s)
This is the closest endpoint to the ask I could find
/meetings/{meetingId}/meeting_summary
Could also achieve this through this endpoint if the data would be available earlier (i.e transcript up till now)
/meetings/{meetingId}/transcript
Description
Is there an available endpoint to call the Zoom in-meeting AI companion “catch me up” functionality or prompt it with a question and get a response from the API for an in-progress meeting?
The context for the ask would be to combine information that is captured outside the zoom meeting and in the zoom meeting to provide a contextually more complete summary of the “current state”. unfortunatey the current meeting summary API gives a 404 until the meeting has fully concluded, and the transcript API doesnt have the transcript ready until the meeting has concluded.
Error?
404 on the Getameetingsummary endpoint, but it may not be the right endpoint to use so looking for guidance.