Documentation Index
Fetch the complete documentation index at: https://docs.sacra.com/llms.txt
Use this file to discover all available pages before exploring further.
Get your API key
Before making requests you need an organization API token. If you don’t have a Sacra account yet, sign up to get started.Create an API token
Create an API token
- Sign in to Sacra and navigate to your organization settings.
- Go to API Keys and click Create API Key.
- Give the key a name (e.g.
my-app) and copy the token — you won’t be able to see it again.
Authenticate your requests
Authenticate your requests
Pass the token in the A successful response confirms your token is valid:
Authorization header on every request:Make your first request
Look up a company
Look up a company
Fetch company data by domain:
List documents for a company
List documents for a company
Get the latest research documents for a company:
Search across all content
Search across all content
Search documents and companies by keyword:
Core concepts
Companies
Look up companies by domain, slug, or ID. Returns financials, milestones, and metadata.
Documents
Browse market research, company one-pagers, and interview transcripts.
Search
Full-text search across all documents and companies.
Events & Metrics
Access company events and financial metrics.
Pagination
Most list endpoints return paginated results. Thepagination object in each response tells you how to fetch the next page.
Cursor-based (documents, events, metrics, news):
Next steps
API reference
Explore the full API reference with request and response schemas.
Display company data
Embed company data, charts, and research documents into your site.
Revenue
Understand revenue data types, datapoint periods, and how to interpret financial data.
MCP server
Connect to the Sacra MCP server for AI agent integration.