Full-Text & Semantic Search API
Search SEC filings and documents using keyword, semantic, or hybrid retrieval. Powered by Pinecone vector search with Voyage AI embeddings (ranked #1 in finance) and reciprocal rank fusion (RRF) for hybrid queries.Why use this
Traditional filing search is keyword-only. The OMNI Search surface 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.- Three retrieval modes — keyword, semantic, and hybrid (RRF fusion)
- Voyage AI embeddings — ranked #1 in finance by MTEB benchmarks
- Pinecone vector index — low-latency similarity search across the filing corpus
- 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: hybrid search with RRF
Response shape
Key parameters
| Parameter | Type | Description |
|---|---|---|
query | string | Search query (required) |
retrievalMode | string | keyword, semantic, or hybrid (default: keyword) |
ticker | string | Scope to a specific company |
form | string | Filter by form type |
dateFrom | string | Start date (ISO 8601) |
dateTo | string | End date (ISO 8601) |
limit | number | Results per page (max 50) |
Rate limits
- Standard plan: 60 requests/minute
- Pro plan: 300 requests/minute
- Enterprise: Custom limits