# Sacra ## Docs - [List categories](https://docs.sacra.com/api-reference/categories/list-categories.md): Returns categories for a given company, or a single category by slug. - [List items in a category](https://docs.sacra.com/api-reference/categories/list-items-in-a-category.md): Returns companies and documents belonging to a category, sorted by publication date. - [Get a company detail](https://docs.sacra.com/api-reference/companies/get-a-company-detail.md): Retrieve a single company's full detail payload by slug. - [List companies](https://docs.sacra.com/api-reference/companies/list-companies.md): List companies or query sync pages of recently updated companies. - [Get a document](https://docs.sacra.com/api-reference/documents/get-a-document.md): Returns the full document content including structured sections, table of contents, metadata, and preview information. - [List documents](https://docs.sacra.com/api-reference/documents/list-documents.md): Returns document summaries with cursor-based pagination. - [Search documents and content](https://docs.sacra.com/api-reference/documents/search.md): Performs a full-text search across document and explore indices, returning a unified, paginated list of results. - [Create or retrieve a chart embed](https://docs.sacra.com/api-reference/embeds/create-or-retrieve-a-chart-embed.md): Creates a new chart (or retrieves an existing one) from one or more datasets and returns embeddable HTML. If a chart with the same name, description, and creator already exists, returns the existing embed with a 200. Otherwise creates a new chart and returns 201. - [Get a company data summary embed](https://docs.sacra.com/api-reference/embeds/get-a-company-data-summary-embed.md): Returns embeddable HTML for a company's data summary. Provide at least one of `company_slug`, `company_domain`, or `company_id`. If multiple are provided, `company_id` takes priority, followed by `company_slug`. - [Get a company valuation chart embed](https://docs.sacra.com/api-reference/embeds/get-a-company-valuation-chart-embed.md): Returns embeddable HTML for a company's valuation chart. Provide at least one of `company_slug`, `company_domain`, or `company_id`. If multiple are provided, `company_id` takes priority, followed by `company_slug`. - [Get a company valuation table embed](https://docs.sacra.com/api-reference/embeds/get-a-company-valuation-table-embed.md): Returns embeddable HTML for a company's valuation table. Provide at least one of `company_slug`, `company_domain`, or `company_id`. If multiple are provided, `company_id` takes priority, followed by `company_slug`. - [Get a document PDF embed](https://docs.sacra.com/api-reference/embeds/get-a-document-pdf-embed.md): Returns embeddable HTML for a document's PDF viewer. Requires a `document_slug` to identify the document. - [Get aggregated events](https://docs.sacra.com/api-reference/events/get-aggregated-events.md): Returns aggregated events from funding rounds, secondary transactions, company milestones, and corporate actions in chronological order. - [Get aggregated events (batch)](https://docs.sacra.com/api-reference/events/get-aggregated-events-batch.md): Same as GET but accepts a JSON body. Use for large multi-company queries that exceed URL length limits. - [Get company filings](https://docs.sacra.com/api-reference/filings/get-company-filings.md): Returns filings for a specific company with cursor-based pagination. Requires either `company_domain` or `company_id`. - [Get company filings (batch)](https://docs.sacra.com/api-reference/filings/get-company-filings-post.md): Same as GET but accepts a JSON body. Requires either `company_domain` or `company_id`. - [Get funding rounds for a company](https://docs.sacra.com/api-reference/funding-legacy/get-funding-rounds-for-a-company.md): Returns the full funding round history for a company, including round type, share details, and citation sources. - [Introduction](https://docs.sacra.com/api-reference/introduction.md): Access private company data, research, and financial metrics via the Sacra API - [Get metric observations](https://docs.sacra.com/api-reference/metrics/get-metric-observations.md): Returns metric observations with citations for one or more companies, with cursor-based pagination. - [Get metric observations (batch)](https://docs.sacra.com/api-reference/metrics/get-metric-observations-batch.md): Same as GET but accepts a JSON body. Use for large multi-company queries. - [Get company news](https://docs.sacra.com/api-reference/news/get-company-news.md): Returns news items for one or more companies with cursor-based pagination. - [Get company news (batch)](https://docs.sacra.com/api-reference/news/get-company-news-batch.md): Same as GET but accepts a JSON body. Use for large `company_domains` lists that exceed URL length limits. - [Content synchronization updates](https://docs.sacra.com/changelog/content-sync.md): Additive changes to /documents, /news/company, and /events for content synchronization workflows - [Events v0 (MVP) to v1](https://docs.sacra.com/changelog/events-v1.md): Migration guide and changelog for the Events API v1 schema - [Product updates](https://docs.sacra.com/changelog/index.md): New features, API changes, and improvements to the Sacra API - [Companies](https://docs.sacra.com/concepts/companies.md): How Sacra defines, identifies, and covers private technology companies - [Documents](https://docs.sacra.com/concepts/documents.md): Sacra's research reports on private companies and markets - [Events](https://docs.sacra.com/concepts/events.md): How Sacra models company milestones, funding rounds, secondary transactions, and corporate actions - [News](https://docs.sacra.com/concepts/news.md): How Sacra collects, processes, and surfaces news for private companies - [Revenue](https://docs.sacra.com/concepts/revenue.md): How Sacra models and surfaces revenue data for private companies - [Tasks & usage billing](https://docs.sacra.com/concepts/usage.md): How tasks are counted, what's included in each plan, and how overages work - [Building with LLMs & AI agents](https://docs.sacra.com/guides/building-with-llms.md): Connect Sacra's MCP server to Claude, ChatGPT, or your own agent and walk through how tools chain together to answer real questions - [Display company data on your site](https://docs.sacra.com/guides/display-company-data.md): Embed Sacra company data, valuation charts, and research documents into your application - [Sync Sacra research & data](https://docs.sacra.com/guides/syncing-data.md): Set up a daily cron job that polls Sacra's documents, news, and events endpoints to keep a local copy up to date - [Working with datasets & revenue data](https://docs.sacra.com/guides/working-with-datasets.md): Use company_datasets from the Sacra API to build revenue charts, valuation timelines, and fundraising histories - [Introduction](https://docs.sacra.com/index.md): Integrate Sacra's private company research and data into your application - [Integrations via MCP](https://docs.sacra.com/mcp-anywhere.md): Use Sacra's MCP server in any platform that supports the Model Context Protocol - [ChatGPT & Claude clients](https://docs.sacra.com/mcp-client.md): Connect Sacra to ChatGPT or Claude using OAuth — no API key required - [Overview](https://docs.sacra.com/mcp-overview.md): Connect AI agents to Sacra's private company data using the Model Context Protocol - [Server-side agents / SDKs](https://docs.sacra.com/mcp-server-side.md): Connect to Sacra's MCP server from your own backend using a Sacra API key - [Quickstart](https://docs.sacra.com/quickstart.md): Get started with the Sacra API in minutes ## OpenAPI Specs - [openapi](https://docs.sacra.com/openapi.json) ## Optional - [Sacra](https://sacra.com)