MeetMind API

Everything you need to integrate our intelligence directly into your workflow.

Getting Started

Our REST API allows you to upload audio files, poll for processing status, and retrieve structured summaries and action items programmatically.

Authentication

All API endpoints require a Bearer token. You can generate an API key from your account dashboard once you upgrade to the Pro plan.

POST /v1/meetings/upload
curl -X POST https://api.meetmind.ai/v1/meetings/upload \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "file=@/path/to/meeting.mp4" \
  -F "language=en"

Ready to build with MeetMind AI?

Upgrade to Pro to generate your API keys and start automating your workflow.

View Pricing