API Reference

Build on Reverbic.

REST API with bearer token authentication. Base URL: https://reverbic.ai/v1

GET
/v1/meetings

List all meetings for the authenticated organisation.

GET
/v1/meetings/:id

Retrieve a single meeting with transcript, summary, and action items.

POST
/v1/meetings

Create a new meeting and receive a signed upload URL for audio.

GET
/v1/meetings/:id/transcript

Stream the full transcript with speaker diarisation as newline-delimited JSON.

GET
/v1/decisions

Search all decisions across meetings with full-text and semantic search.

GET
/v1/actions

List all extracted action items with assignee, due date, and source meeting.

POST
/v1/context-pack

Generate a context pack for a set of meeting IDs, ready for MCP injection.

GET
/v1/mcp

MCP server endpoint. Connect any MCP-compatible client directly.

Get API keyBack to Docs