# Captide API ## Docs - [Agent Response](https://docs.captide.ai/api-reference/endpoint/agent.md): Returns cited Markdown responses, sourced exclusively from corporate disclosures, in response to natural language queries. This endpoint provides AI-generated answers with proper citations to source documents, making it ideal for building Q&A interfaces or research tools. **Response Beh… - [Agent Response (Stream)](https://docs.captide.ai/api-reference/endpoint/agent_stream.md): Streams cited Markdown responses, sourced exclusively from corporate disclosures, as server-sent events in response to natural language queries. This endpoint provides real-time streaming of AI-generated answers, making it ideal for interactive chat interfaces where users can see responses as they'r… - [Chunk Retrieval](https://docs.captide.ai/api-reference/endpoint/chunks.md): Search for relevant document chunks based on a query. Under the hood, Captide's RAG system uses a combination of LLMs and vector databases to find the most relevant chunks of text from corporate disclosures that are most relevant to the query. This endpoint returns chunks of text from corporate… - [Find Companies](https://docs.captide.ai/api-reference/endpoint/companies.md): Retrieves a list of companies from the Captide database that match user-specified parameters. The response includes key company information such as name, ticker symbol(s) with exchange suffixes, country of domicile, SEC filing status, and the unique company ID assigned by Captide. - [Company Retrieval](https://docs.captide.ai/api-reference/endpoint/company_retrieval.md): Retrieves a list of companies from the Captide database based on a natural language query. This endpoint uses Captide's RAG system to understand company names, tickers, or informal references and returns matching companies with their full details. **Example queries:** - "Give… - [Find Documents](https://docs.captide.ai/api-reference/endpoint/documents.md): Retrieves a list of financial and corporate disclosures available in Captide that match user-specified parameters. The response includes key document metadata such as the associated company's ticker symbol(s), document type, release date, fiscal year and quarter, the Captide-assigned document ID, an… - [Get Company by ID](https://docs.captide.ai/api-reference/endpoint/get_company.md): Retrieves a single company from the Captide database by its unique ID. The response includes key company information such as name, ticker symbol(s) with exchange suffixes, country of domicile, and SEC filing status. - [Get Document by ID](https://docs.captide.ai/api-reference/endpoint/get_document.md): Fetch a document by its ID from the database, including company and ticker info. This v2 endpoint includes several improvements over v1: - Supports newer document categories (e.g., earnings-presentation, investor-event-presentation, shareholder-meeting-circular, etc.) - Renamed fiel… - [Search Company](https://docs.captide.ai/api-reference/endpoint/search_company.md): Type-ahead search for companies by name or ticker symbol. Intended for frontend autocomplete. Matches company name (case-insensitive substring) or ticker symbol / ticker with exchange suffix (e.g. AAPL or AAPL.US). - [Introduction](https://docs.captide.ai/api-reference/introduction.md) - [Document Coverage](https://docs.captide.ai/coverage.md) - [FAQs](https://docs.captide.ai/faqs.md) - [Introduction to Captide](https://docs.captide.ai/index.md) - [Quickstart Guide](https://docs.captide.ai/integration/quickstart.md) ## OpenAPI Specs - [openapi](https://docs.captide.ai/api-reference/openapi.json)