# Sacra ## Docs - [Introduction - Getting started](https://docs.sacra.com/index.md): Integrate Sacra's private company research and data into your application - [Quickstart - Getting started](https://docs.sacra.com/quickstart.md): Get started with the Sacra API in minutes - [Tasks & usage billing - Getting started](https://docs.sacra.com/concepts/usage.md): How tasks are counted, what's included in each plan, and how overages work - [Companies - Core concepts](https://docs.sacra.com/concepts/companies.md): How Sacra defines, identifies, and covers private technology companies - [Revenue - Core concepts](https://docs.sacra.com/concepts/revenue.md): How Sacra models and surfaces revenue data for private companies - [Events - Core concepts](https://docs.sacra.com/concepts/events.md): How Sacra models company milestones, funding rounds, secondary transactions, and corporate actions - [Documents - Core concepts](https://docs.sacra.com/concepts/documents.md): Sacra's research reports on private companies and markets - [News - Core concepts](https://docs.sacra.com/concepts/news.md): How Sacra collects, processes, and surfaces news for private companies - [Sync Sacra research & data - Guides](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 - [Display company data on your site - Guides](https://docs.sacra.com/guides/display-company-data.md): Embed Sacra company data, valuation charts, and research documents into your application - [Working with datasets & revenue data - Guides](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 - [Building with LLMs & AI agents - Guides](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 - [Introduction - API reference](https://docs.sacra.com/api-reference/introduction.md): Access private company data, research, and financial metrics via the Sacra API - [List companies - Companies API](https://docs.sacra.com/api-reference/companies/list-companies.md): Discover Sacra's company coverage, retrieve one company, or find companies with recently updated data. - [Get company detail - Companies API](https://docs.sacra.com/api-reference/companies/get-a-company-detail.md): Retrieve a company's complete profile, research, financials, and related data by domain, ID, or slug. - [Rank companies - Companies API](https://docs.sacra.com/api-reference/companies/rank-companies.md): Build a ranked list of active companies by valuation, revenue, or total funding. - [List documents - Documents API](https://docs.sacra.com/api-reference/documents/list-documents.md): List documents globally or filter the collection by company. - [Get document detail - Documents API](https://docs.sacra.com/api-reference/documents/get-a-document.md): Retrieve one document's full content by slug. - [Search documents and content - Documents API](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. - [Get aggregated events - Events API](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) - Events API](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 news - News API](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) - News API](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. - [Get company filings - Filings API](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) - Filings API](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 metric observations - Metrics API](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) - Metrics API](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 a company data summary embed - Embeds API](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 - Embeds API](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 - Embeds API](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 - Embeds API](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. - [Create or retrieve a chart embed - Embeds API](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. - [List categories - Categories API](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 - Categories API](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 funding rounds for a company - Funding API (legacy)](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. - [Overview - MCP](https://docs.sacra.com/mcp-overview.md): Connect AI agents to Sacra's private company data using the Model Context Protocol - [ChatGPT & Claude clients - MCP](https://docs.sacra.com/mcp-client.md): Connect Sacra to ChatGPT or Claude with the official app and connector — one click, no API key required - [Server-side agents / SDKs - MCP](https://docs.sacra.com/mcp-server-side.md): Connect to Sacra's MCP server from your own backend using a Sacra API key - [Integrations via MCP - MCP](https://docs.sacra.com/mcp-anywhere.md): Use Sacra's MCP server in any platform that supports the Model Context Protocol - [Product updates - Changelog](https://docs.sacra.com/changelog/index.md): New features, API changes, and improvements to the Sacra API - [PDF and filing links now use stable Sacra URLs - Changelog](https://docs.sacra.com/changelog/stable-pdf-and-filing-urls.md): Sacra API PDF and filing links now resolve through stable Sacra URLs that redirect to temporary signed delivery URLs - [Content synchronization updates - Changelog](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 - Changelog](https://docs.sacra.com/changelog/events-v1.md): Migration guide and changelog for the Events API v1 schema ## OpenAPI Specs - [openapi](https://docs.sacra.com/openapi.json) ## Optional - [Sacra](https://sacra.com)