GET
/
v1
/
meetings
/
{meetingId}
/
summary
curl --request GET \
  --url https://api.meetgeek.ai/v1/meetings/{meetingId}/summary \
  --header 'Authorization: <api-key>'
{
  "ai_insights": "The meeting demonstrated a strong overall performance, particularly in clarity of action items and time management efficiency, with several instances of clear communication regarding responsibilities and effective adherence to the schedule. Engagement levels were notably high, reflecting active participation from team members, although there were some areas where clarity in action items could be improved.",
  "summary": "John discussed the importance of monitoring the company’s quarterly results by cross-checking KPIs from various data ingestors. He emphasized the need for a comprehensive approach, integrating data from sales, marketing, and customer feedback channels to get a holistic view of performance. By comparing these metrics, John believes the company can identify trends, spot discrepancies, and make data-driven decisions. He also suggested implementing real-time dashboards to ensure that key stakeholders can access up-to-date information, enabling swift adjustments to strategy as needed."
}

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
ai_insights
string
Example:

"The meeting demonstrated a strong overall performance, particularly in clarity of action items and time management efficiency, with several instances of clear communication regarding responsibilities and effective adherence to the schedule. Engagement levels were notably high, reflecting active participation from team members, although there were some areas where clarity in action items could be improved."

summary
string
Example:

"John discussed the importance of monitoring the company’s quarterly results by cross-checking KPIs from various data ingestors. He emphasized the need for a comprehensive approach, integrating data from sales, marketing, and customer feedback channels to get a holistic view of performance. By comparing these metrics, John believes the company can identify trends, spot discrepancies, and make data-driven decisions. He also suggested implementing real-time dashboards to ensure that key stakeholders can access up-to-date information, enabling swift adjustments to strategy as needed."