Skip to main content
All CollectionsTeam Collaboration
Team-Level Automation with the MeetGeek API
Team-Level Automation with the MeetGeek API

Learn how to create meeting-driven team-level automation in MeetGeek using our API. This guide covers creating teams, obtaining API credentials, and querying endpoints

Carolline Miranda avatar
Written by Carolline Miranda
Updated this week

Creating a Team-Level Automation with the MeetGeek API

The MeetGeek API enables programmatic control over meeting transcripts, highlights, performance data, and more. This guide explains how to trigger team-level automation using the API.

Getting Started

Step 1: Create a service account

Create a new MeetGeek user account specifically for your service (e.g., [email protected]). This account will be used for automation purposes.


Step 2: Create a team

Create a team and add the service account: https://app.meetgeek.ai/teams

Invite a MeetGeek service account associated with a Business/Enterprise account (e.g., [email protected]).

Unless the service account is the admin of the organization creating all teams, it must be added as a member or admin (with at least view permissions) to all the teams it needs to access.

Step 3: Obtain API Credentials

Log in using the service account you created (e.g., [email protected])

Navigate to Integrations in the MeetGeek app: https://app.meetgeek.ai/integrations

Select the Public API Card and retrieve your API key.

Step 4: Set Up Webhooks and Make Your First API Request

  • Query the Team's Endpoint to get the teams and the respective Team ID.

  • Query the Team Meetings Endpoint to retrieve the meetings for that team.

By following these steps, you can automate team-level actions in MeetGeek using our API.

Happy automating!

Did this answer your question?