Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Full-Text & Semantic Search API
Search SEC filings and documents using keyword, semantic, or hybrid retrieval. Use keyword, semantic, or hybrid retrieval with reciprocal rank fusion (RRF) for queries that benefit from both exact terms and conceptual matches.Why use this
Traditional filing search is keyword-only. SEC API Search adds semantic retrieval so you can find filings by concept, not just exact terms. Hybrid mode fuses keyword and vector results using RRF scoring for the best of both approaches.- Keyword and semantic retrieval — use full-text search for exact terms and semantic search for conceptual matches
- Semantic retrieval — find filing sections by concept, not only exact keyword matches
- Score transparency — every result includes a relevance score and the retrieval mode used
- Filing-scoped — results link directly to filing sections and source documents
Quick start
Example: semantic search
Example: semantic search in agent view
Response shape
Key parameters
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required) |
mode | string | Retrieval mode for semantic search |
ticker | string | Scope to a specific company |
form | string | Filter by form type |
filing_year | string | Filter semantic search by filing year |
view | string | Use agent for compact agent-ready rows |
limit | number | Results per page (max 50) |