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.
Python SDK
The Python SDK is built for research, ETL, notebooks, and backend services that want REST parity without turning every request into a small framework project.
Start here
Install the SDK
Add the package to the environment where your notebook, worker, or service will run.
Set the API key and base URL
Default to
https://api.secapi.ai unless you are testing a local or staging environment.What it is good for
Notebooks
Good for research sessions where you need entity resolution, filings, statements, and compact extracted sections quickly.
Research pipelines
Useful when you need benchmarkable workflows with explicit freshness and provenance metadata.
ETL and enrichment
Fit for downstream enrichment services that need Datastream payloads and artifact workflows.
Backend jobs
Works well in recurring workers that need the same contract shape as the public API.
First useful calls
Operator paths
Read next
API Reference
Open the exact wire format behind the Python methods you are using.
Libraries & SDKs
Compare Python with the other runtime surfaces before standardizing.
Benchmark workflows
See how OMNI measures latency, freshness, and workflow parity.