Skip to content

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

FieldDescription
segmentsspeaker, role, start_ms, end_ms, text
chaptersSection boundaries (prepared vs Q&A)
is_currentWhether superseded by a newer capture
source_providersignals_transcript only

Example

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

See the REST reference for the full schema.