Get an API key
Create an account and run the filing-search proof of concept against the live API.
Open the sandbox
Explore the logged-out filing-search experience before wiring code.
Check pricing
Review plan and meter posture before broad search fanout.
What to test
- Latest filing discovery with
GET /v1/filings/latest - Historical filing manifests with
GET /v1/filings - Full-text search with
/v1/search/fulltext - Semantic search with
/v1/search/semantic - Section retrieval with
/v1/sectionsor filing-section routes - Metadata preservation: CIK, accession number, filing date, source URL,
requestId,traceparent, freshness, and materialization fields
Proof-of-concept prompt
Evaluation path
Start with one issuer
Resolve a ticker or CIK, fetch the latest filing, and confirm the response carries enough identifiers for downstream joins.
Search a real research question
Run keyword and semantic search for the same question. Compare whether each result preserves citations and whether the snippet is short enough for your agent context window.
Check pricing before fanout
Review Pricing and limits, then quote repeated search or extraction loops before scaling the workflow.
Read next
Filing search implementation guide
Code examples, endpoint notes, and use cases.
Filing Search API product page
Buyer-facing positioning, conversion path, and related marketing pages.
Try it in the docs
Run live filing-search examples with your API key.

