v1

latestOpenAPI 3.0.0Apache 2.02026-07-13122958.1 KB
highlight

Retrives highlights for a meeting

Get all highlights by meeting id

get/v1/meetings/{meetingId}/highlights

Path parameters

meetingIdstring required

Meeting ID

Query parameters

typestring

Type of highlights to retrieve (e.g. 'next_steps')

Response

OK

meeting_idstring

Example response

{
  "meeting_id": "17c36737-1bf5-4626-8483-88285f6a33ee",
  "highlights": [
    {
      "highlightText": "John has been assigned to cross check KPIs from different company data ingestors.",
      "label": "Task"
    }
  ]
}