Skip to content

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

FieldDescription
queryNatural-language or keyword query
source_kindstranscript, filing, ir_document
snippetCited excerpt, up to 400 chars
refPointer to the source document

Example

Terminal window
curl "https://api.signals.ai/v1/search" \
-H "Authorization: Bearer $SIGNALS_KEY"

See the REST reference for the full schema.