Real-Time Avatars
Get meeting transcript
Retrieves transcript and summary from a conversation that occurred in a live meeting room.
GET
Headers
string
required
Your Moonscale API key used for authentication.
string
The content type of the request body. Always
application/json.Parameters
string
required
The id (UUID) of the conversation that the transcipt and summary should be retrieved for.
Responses
200:
Transcript[]
An array of conversation objects. Each object contains properties for role, text, type and timestamp.
string
An AI generated summary generated from the conversation transcription.
