Build meeting intelligence into your product
Create notetakers, transcription pipelines, and intelligence workflows with Meetric's APIs + webhooks — or ship it white-label.
curl -X POST "https://meetric.com/api/v1/conversations" \
-H "Authorization: Bearer $MEETRIC_API_KEY" \
-H "X-Account-ID: $MEETRIC_ACCOUNT_ID" \
-H "Content-Type: application/json" \
-d '{
"title": "Discovery call — Acme",
"date": "2026-01-11T10:30:00Z",
"department": "sales",
"participants": [
{ "name": "Alex Chen", "email": "[email protected]" }
],
"recording_url": "https://storage.example.com/acme-call.mp4",
"auto_process": true
}'What you can build
Everything you need to ship conversion intelligence into your product — without rebuilding the stack.
From meeting to conversion intelligence
A simple pipeline: ingest → transcribe → analyze → deliver.
Ingest
Create conversations from recordings, transcripts, or meeting metadata.
Transcribe
Generate speaker-labeled transcripts and clean text for downstream intelligence.
Analyze
Run intelligence jobs for summaries, action items, topics, and KPI tracking.
Deliver
Use webhooks and integrations to push results wherever your users work.
Platform capabilities
APIs, webhooks, and automation primitives for notetakers, transcription, and intelligence at scale.
How partners build
Choose the delivery mode that matches your go-to-market strategy.
Best-in-class notetaker APIs
Create meeting bots, track status events, and turn recordings into transcripts + intelligence — built for enterprise requirements.
- Create a meeting bot in one call using a meeting URL (Zoom, Google Meet, Microsoft Teams, and more).
- Track lifecycle with a status timeline (joining → in_meeting → processing_media → linked to conversation).
- Recordings and transcripts are automatically linked to Meetric conversations for downstream intelligence.
- EU-sovereign and ISO 27001 certified — designed for teams with compliance constraints.
curl -X POST "https://meetric.com/api/v1/notetaker/bots" \
-H "Authorization: Bearer $MEETRIC_API_KEY" \
-H "X-Account-ID: $MEETRIC_ACCOUNT_ID" \
-H "Content-Type: application/json" \
-d '{
"meeting_url": "https://meet.google.com/abc-defg-hij",
"bot_name": "Assistant Notetaker",
"transcription_options": {
"provider": "gladia"
},
"automatic_leave": {
"waiting_room_timeout": 120,
"everyone_left_timeout": 120
}
}'Want to build a meeting intelligence product?
Tell us what you're building and we'll recommend the fastest path to ship.