API Overview
The Scribe Sight REST API provides programmatic access to your recordings, transcripts, and AI-generated insights.
Base URL
https://scribesight.com/api/v1
Request Format
- All requests must include an
Authorizationheader with your API key - Request bodies must be JSON with
Content-Type: application/json - All timestamps are ISO 8601 format in UTC
Response Format
Success Response
{
"data": { ... },
"meta": {
"request_id": "req_xxxxxxxxxxxx",
"timestamp": "2026-01-06T10:30:00Z"
}
}