Get Transcript by ID
Stock Alternative
Transcript by ID
Retrieve a single earnings call transcript by id. Returns full transcript content and audio URL.
Use Case: Show transcript text and play audio for a specific earnings call after selecting from the transcripts list.
GET
Get Transcript by ID
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Transcript id (from transcripts list). |
Response
Success returns200 OK with a JSON object containing the transcript (title, participant, transcript segments with speech, audio URL).
Errors: 400 when id is missing, 401 unauthorized, 404 when transcript not found, 500 server error.Authorizations
OAuth2 Bearer token: obtain an access token from the token endpoint and send it in the Authorization header.
Query Parameters
Unique identifier for an earnings-call transcript. Obtain it from /v1/stock/transcripts/list for the symbol you want.