The Bigspin public API lets you push conversation data into Bigspin and read back the results of analysis. The two resources you’ll work with are Projects (containers for the transcripts you want analyzed) and Transcripts (the conversations themselves, plus turn-level annotations once analysis runs).Documentation Index
Fetch the complete documentation index at: https://docs.bigspin.ai/llms.txt
Use this file to discover all available pages before exploring further.
Base URL
All public API endpoints are served from:Authentication
All requests must include an API key in theAuthorization header as a Bearer token:
Rate limiting
Rate limiting details are not currently published. If you encounter429 Too Many Requests responses or need to understand the limits that apply to your plan, contact Bigspin support.
Available APIs
Authentication
How to create and use API keys to authenticate every request.
Projects
Create, list, and retrieve Bigspin projects.
Transcripts
Upload conversation transcripts into a project; list and fetch transcripts with turns and annotations.