curl --request GET \
--url https://api.meetgeek.ai/v1/meetings/{meetingId}/highlights \
--header 'Authorization: <api-key>'
Copy
{
"meeting_id": "17c36737-1bf5-4626-8483-88285f6a33ee",
"highlights": [
{
"highlightText": "John has been assigned to cross check KPIs from different company data ingestors.",
"label": "Task"
}
]
}
API Reference
Highlights
Get all highlights by meeting id
GET
/
v1
/
meetings
/
{meetingId}
/
highlights
Retrives highlights for a meeting
Copy
curl --request GET \
--url https://api.meetgeek.ai/v1/meetings/{meetingId}/highlights \
--header 'Authorization: <api-key>'
Copy
{
"meeting_id": "17c36737-1bf5-4626-8483-88285f6a33ee",
"highlights": [
{
"highlightText": "John has been assigned to cross check KPIs from different company data ingestors.",
"label": "Task"
}
]
}