Skip to main content

meetings

List User Meetings — Retrieves paginated past meetings of a user.
ParameterTypeRequiredDescription
cursorstringNoPagination cursor from a previous response
limitnumberNoNumber of meetings to return

meetingDetails

Get Meeting Details — Fetch full metadata for a specific meeting.
ParameterTypeRequiredDescription
meetingIdstringYesThe ID of the meeting

transcript

Get Meeting Transcript — Get all transcript sentences for a meeting.
ParameterTypeRequiredDescription
meetingIdstringYesThe ID of the meeting
cursorstringNoPagination cursor
limitnumberNoNumber of transcript entries to return

highlights

Get Meeting Highlights — Get all highlights extracted from a meeting.
ParameterTypeRequiredDescription
meetingIdstringYesThe ID of the meeting

summary

Get Meeting Summary — Get the AI-generated summary for a meeting.
ParameterTypeRequiredDescription
meetingIdstringYesThe ID of the meeting

insights

Get Meeting Insights — Get all structured insights (action items, decisions, etc.) for a meeting.
ParameterTypeRequiredDescription
meetingIdstringYesThe ID of the meeting

teamMeetings

List Team Meetings — Retrieves paginated past meetings for a specific team.
ParameterTypeRequiredDescription
teamIdstringYesThe ID of the team
cursorstringNoPagination cursor
limitnumberNoNumber of meetings to return

uploadRecording

Upload Recording — Upload a video or audio file by URL for analysis. A webhook notification is sent upon completion.
This tool is write-only and non-idempotent. Each call triggers a new upload and analysis job.
ParameterTypeRequiredDescription
download_urlstringYesPublicly accessible URL of the audio/video file
language_codestringYesLanguage of the recording (see language codes)
template_namestringNoSummary template to apply (see template names)

Example prompts

List my last 10 meetings.
Show me the transcript of meeting ID abc123.
What were the highlights from my last meeting?
Summarize the meeting with ID abc123.
What action items were identified in meeting abc123?
Show me the past meetings for team ID team456.
Upload the recording at https://example.com/call.mp4 in English.