Search
Tier: Free ยท Endpoints: POST /v1/search
Semantic and keyword search across filings, transcripts, and IR documents.
Every row carries a provenance object with its source URL and, where the fact was extracted by a model, the verbatim quote.
Key fields
| Field | Description |
|---|---|
query | Natural-language or keyword query |
source_kinds | transcript, filing, ir_document |
snippet | Cited excerpt, up to 400 chars |
ref | Pointer to the source document |
Example
curl "https://api.signals.ai/v1/search" \ -H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.