GET
/
v1
/
meetings
/
{meetingId}
/
highlights
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Path Parameters

meetingId
string
required

Meeting ID

Response

200
application/json
OK
highlights
object[]