Build meeting intelligence into your product

    Create notetakers, transcription pipelines, and intelligence workflows with Meetric's APIs + webhooks — or ship it white-label.

    Notetaker API starting at 0.4 EUR / H
    Notetaker-readyTranscription + diarizationWebhooksWhite-label ready
    Quickstart
    Send a meeting. Get transcript + intelligence. Deliver it anywhere.
    Minutes to first result
    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
      }'
    Tip: subscribe to webhooks to avoid polling and react in real time.

    What you can build

    Everything you need to ship conversion intelligence into your product — without rebuilding the stack.

    Meeting notetakers
    Capture meetings (bot or BYO recorder) and send recordings + metadata to Meetric.
    Transcription pipelines
    Turn recordings into searchable, speaker-labeled transcripts with timestamps.
    Intelligence jobs
    Summaries, action items, topics, trackers, and structured fields — on demand or automated.
    Integrations
    Sync insights to CRMs, ticketing, Slack, data warehouses, and internal tools.
    Embeddable experiences
    Embed transcripts, summaries, and secure sharing into your app — with your UI or ours.
    Exports & analytics
    Build dashboards and conversion intelligence across every conversation, team, and account.

    From meeting to conversion intelligence

    A simple pipeline: ingest → transcribe → analyze → deliver.

    1

    Ingest

    Create conversations from recordings, transcripts, or meeting metadata.

    2

    Transcribe

    Generate speaker-labeled transcripts and clean text for downstream intelligence.

    3

    Analyze

    Run intelligence jobs for summaries, action items, topics, and KPI tracking.

    4

    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.

    Ingest meetings and recordings
    Bring meetings, calls, uploads, and external transcripts into a single, structured conversation model.
    Transcription + intelligence outputs
    Summaries, action items, topics, decisions, trackers, and structured fields — consistent across accounts.
    Automations and enrichment
    Trigger jobs, enrich records, and fill CRM fields from conversation outcomes.
    Webhooks and events
    React to ingest, transcription, processing, and downstream enrichment events in real time.
    Embeds and custom UI
    Embed transcripts, summaries, and sharing — or build your own UI on top of the API.
    Security and governance
    Account isolation, auditability, and enterprise expectations built in by default.

    How partners build

    Choose the delivery mode that matches your go-to-market strategy.

    White-label portal
    Launch quickly with a branded portal and partner-ready packaging.
    Embed inside your product
    Surface key insights where your users already work.
    Build a custom experience
    Use our APIs + webhooks to create a fully bespoke workflow.

    Best-in-class notetaker APIs

    Create meeting bots, track status events, and turn recordings into transcripts + intelligence — built for enterprise requirements.

    EU SOVEREIGNEnterprise security
    Pricing
    Notetaker API starting at 0.4 EUR / H
    ZoomGoogle Meet
    • 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.
    Create + track meeting bots
    Simple endpoints, predictable status, and a clean status timeline.
    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
        }
      }'
    Pro tip: for scheduled meetings, connect calendars and use upcoming events endpoints for auto-join workflows.

    Want to build a meeting intelligence product?

    Tell us what you're building and we'll recommend the fastest path to ship.