Transcripts
Tier: Builder+ · Endpoints: /v1/transcripts · /v1/transcripts/{id}
First-party earnings-call transcripts with speakers, chapters, and word timestamps.
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 |
|---|---|
segments | speaker, role, start_ms, end_ms, text |
chapters | Section boundaries (prepared vs Q&A) |
is_current | Whether superseded by a newer capture |
source_provider | signals_transcript only |
Example
curl "https://api.signals.ai/v1/transcripts" \ -H "Authorization: Bearer $SIGNALS_KEY"See the REST reference for the full schema.