cURL
curl --request GET \ --url https://api.meetgeek.ai/v1/meetings/{meetingId}/transcript \ --header 'Authorization: <api-key>'
{ "pagination": { "next_cursor": "gASVSgAAAAAAAABdlCiMGDIwMj==", "previous_cursor": "sDAACgCCCBo97zDAsCqcADPUzA==" }, "sentences": [ { "id": 1, "speaker": "John Doe", "timestamp": "2024-08-08T14:00:34Z", "transcript": "Previous quarter was great!" } ] }
Get all transcript sentences by meeting id
Type "Bearer" followed by a space and a token
Meeting ID
Number of records to fetch
1 <= x <= 500
Cursor to continue reading from
OK
The response is of type object.
object