Skip to main content
GET
/
v1
/
meetings
/
{meetingId}
/
insights
Retrives insights for a meeting
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
}

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and a token

Path Parameters

meetingId
string
required

Meeting ID

Response

OK

kpi_meeting
object[]

Specific metrics evaluated for the meeting

The most frequently discussed topics during the meeting

kpi_improvement
object

Structured feedback aimed at improving future meetings

old_view
boolean
Example:

false