Skip to main content

Scribe Sight API Documentation

Welcome to the Scribe Sight Automation Platform documentation. Build powerful integrations with your recording insights using our REST API, webhooks, and MCP server.

What is Scribe Sight?

Scribe Sight is a platform for extracting insights from sales, support, and meeting recordings. Our automation platform lets you:

  • Integrate — Connect Scribe Sight with your existing tools (CRMs, Slack, custom apps)
  • Automate — Build workflows triggered by transcription and analysis events
  • Extend — Use AI assistants to interact with recordings and insights via MCP

🚀 Quick Start

Get up and running with the API in 5 minutes.

📖 API Reference

Complete REST API documentation with examples.

🔔 Webhooks

Real-time event notifications for your workflows.

Architecture Overview

┌─────────────────────────────────────────────────────────────────┐
│ External Systems │
│ (Salesforce, Slack, Zapier, Make, n8n, Custom Apps, Claude) │
└──────────────────────────┬──────────────────────────────────────┘

┌─────────────────┼─────────────────┐
│ │ │
▼ ▼ ▼
┌───────────┐ ┌───────────┐ ┌───────────┐
│ REST API │ │ Webhooks │ │MCP Server │
│ (v1) │ │ (Egress) │ │ │
└─────┬─────┘ └─────┬─────┘ └─────┬─────┘
│ │ │
└────────────────┼─────────────────┘

┌──────┴──────┐
│ Scribe Sight │
└─────────────┘

Key Concepts

Organizations

Your account and team. API keys are scoped to an organization.

Projects

Collections of related recordings. Use projects to organize by client, campaign, or team.

Content

Individual recordings (video/audio). Each piece of content goes through transcription and can have multiple analyses.

Analyses

AI-generated insights for content. Run custom prompts to extract specific information.

Project Insights

Aggregate insights across all content in a project. Identify trends and patterns.

Support