Skip to main content

Menutes API

The Menutes API gives you programmatic access to your meeting recordings, transcripts, and AI-generated summaries. Use it to:
  • Search meetings — Find specific discussions across all your recordings
  • Read transcripts — Get full speaker-labeled transcripts with timestamps
  • Get summaries — Access AI-generated meeting summaries and action items
  • Integrate with AI tools — Connect Claude Code to your meetings via MCP

Who is this for?

  • Developers building integrations with meeting data
  • Teams using Claude Code who want to query meetings from their IDE
  • Power users who want to automate workflows around meeting content

How it works

Your Tool ←→ Menutes API (HTTPS + API Key) ←→ Your Meetings
The API is read-only and uses API key authentication. All sensitive data (transcripts, summaries) is encrypted at rest and decrypted server-side when you request it.

Get an API Key

Create your API key in Menutes Settings

MCP for Claude Code

Set up the MCP server for Claude Code

API Reference

Explore the API endpoints

Quickstart

Make your first API call in 2 minutes