Authorizations
Type "Bearer" followed by a space and a token
Path Parameters
Meeting ID
curl --request GET \
--url https://api.meetgeek.ai/v1/meetings/{meetingId}/insights \
--header 'Authorization: <api-key>'{
"kpi_meeting": [
{
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"title": "Engagement",
"score": 4.5,
"interpretation": "All participants actively contributed to the discussion, leading to effective interaction and good collaboration.",
"details": [
{
"name": "John Doe",
"talk_time": 20,
"words_min": 120,
"longest_talk": 5
}
],
"type": "custom",
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
}
],
"kpi_popular_themes": {
"id": 2034148,
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"popular_list": [
{
"id": 0,
"name": "Technical issues",
"times": 5
}
],
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
},
"kpi_improvement": {
"id": 2034326,
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"keep_doing": [
{
"id": 0,
"text": "Participants were actively involved in the discussion, which contributed to a collaborative atmosphere.",
"title": "Active participant involvement"
}
],
"top_suggestions": [
{
"id": 0,
"text": "The allocated time per topic should be better respected to avoid overruns.",
"title": "Better time management"
}
],
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
},
"old_view": false
}Get all insights by meeting id
curl --request GET \
--url https://api.meetgeek.ai/v1/meetings/{meetingId}/insights \
--header 'Authorization: <api-key>'{
"kpi_meeting": [
{
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"title": "Engagement",
"score": 4.5,
"interpretation": "All participants actively contributed to the discussion, leading to effective interaction and good collaboration.",
"details": [
{
"name": "John Doe",
"talk_time": 20,
"words_min": 120,
"longest_talk": 5
}
],
"type": "custom",
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
}
],
"kpi_popular_themes": {
"id": 2034148,
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"popular_list": [
{
"id": 0,
"name": "Technical issues",
"times": 5
}
],
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
},
"kpi_improvement": {
"id": 2034326,
"meeting_id": "0b9d3260-67fc-4353-a74b-ef80152f2942",
"keep_doing": [
{
"id": 0,
"text": "Participants were actively involved in the discussion, which contributed to a collaborative atmosphere.",
"title": "Active participant involvement"
}
],
"top_suggestions": [
{
"id": 0,
"text": "The allocated time per topic should be better respected to avoid overruns.",
"title": "Better time management"
}
],
"created_at": "2025-10-13T07:47:51+00:00",
"updated_at": "2025-10-13T07:47:51+00:00"
},
"old_view": false
}Type "Bearer" followed by a space and a token
Meeting ID
OK
Specific metrics evaluated for the meeting
Show child attributes
The most frequently discussed topics during the meeting
Show child attributes
Structured feedback aimed at improving future meetings
Show child attributes
false