cURL
curl --request GET \ --url https://api.meetgeek.ai/v1/meetings/{meetingId}/highlights \ --header 'Authorization: <api-key>'
{ "highlights": [ { "highlightText": "John has been assigned to cross check KPIs from different company data ingestors.", "label": "Task" } ] }
Get all highlights by meeting id
Type "Bearer" followed by a space and a token
Meeting ID
OK
The response is of type object.
object