API Reference
Build on Reverbic.
REST API with bearer token authentication. Base URL: https://reverbic.ai/v1
GET
/v1/meetingsList all meetings for the authenticated organisation.
GET
/v1/meetings/:idRetrieve a single meeting with transcript, summary, and action items.
POST
/v1/meetingsCreate a new meeting and receive a signed upload URL for audio.
GET
/v1/meetings/:id/transcriptStream the full transcript with speaker diarisation as newline-delimited JSON.
GET
/v1/decisionsSearch all decisions across meetings with full-text and semantic search.
GET
/v1/actionsList all extracted action items with assignee, due date, and source meeting.
POST
/v1/context-packGenerate a context pack for a set of meeting IDs, ready for MCP injection.
GET
/v1/mcpMCP server endpoint. Connect any MCP-compatible client directly.