Everything you need to integrate our intelligence directly into your workflow.
Our REST API allows you to upload audio files, poll for processing status, and retrieve structured summaries and action items programmatically.
All API endpoints require a Bearer token. You can generate an API key from your account dashboard once you upgrade to the Pro plan.
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"
Upgrade to Pro to generate your API keys and start automating your workflow.
View Pricing