You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/intro.md
+25-19Lines changed: 25 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,40 +4,46 @@ sidebar_position: 1
4
4
5
5
# Introduction to Captide
6
6
7
-
Captide allows developers to integrate powerful Q&A capabilities on over 750,000 SEC filings and earnings calls into their applications. With our specialized AI agent, you can provide your users with accurate, document-grounded financial insights through a simple API integration.
7
+
Captide enables precise querying across over 750,000 SEC filings and earnings calls, offering best-in-class accuracy for financial analysis. It streamlines data extraction, investment research, and document review—accessible through a user-friendly interface at app.captide.co or directly via API.
8
8
9
-
## What is Captide?
9
+
This documentation is your guide to integrating the Captide API and leveraging our specialized AI agent, built to deliver accurate, document-grounded financial insights in response to natural language queries. The AI scans thousands of filings to surface the most relevant answers, currently supporting SEC-related content and international companies listed with the SEC. Our coverage is rapidly expanding to new regions and document types.
10
10
11
-
Captide is both a platform used by financial analysts from major companies like J.P. Morgan, Goldman Sachs, and UBS, as well as an AI-agent-as-a-service (AaaS). Our specialized AI agent sifts through thousands of financial documents for you. Currently, we handle SEC-related questions and international companies listed with the SEC, with rapidly expanding coverage planned for additional regions and document types.
11
+
## Core Functionalities
12
12
13
-
## Core Features
13
+
- Extract structured or unstructured insights from disclosures of publicly listed companies.
14
+
- Seamlessly compare and consolidate information across multiple sources and entities.
15
+
- Audit any metric or insight with traceable source links for full transparency and context.
16
+
- Build custom datasets, peer benchmarks, insight trackers, and more.
14
17
15
-
-**REST API**: Two main endpoints to fit your needs:
16
-
- Document snippets endpoint: Receive an array of relevant document snippets with metadata to answer user questions
17
-
- Streaming endpoint: Get real-time AI-generated answers via SSE (Server Sent Events)
18
-
19
-
-**Source Linking**: Enable citations that link directly to the relevant parts of source documents
18
+
## Core Components
20
19
21
-
-**JavaScript/TypeScript SDK**: Easily embed document viewers and other components into your application's frontend
20
+
-**REST API**:
21
+
-**Document Snippets Endpoint**: Retrieve relevant document excerpts and metadata tailored to user queries.
22
+
-**Streaming Endpoint**: Receive real-time, AI-generated answers via Server-Sent Events (SSE).
23
+
24
+
-**Source Linking**: Automatically generate citations that link directly to original document passages.
0 commit comments