Home/API Docs/Get Full Transcript

Get Full Transcript

GET /api/v1/transcripts/{earningsId}

Get the complete transcript text for an earnings call. Pro/Enterprise plans only. Free tier returns 250-char preview.

Parameters

NameInTypeDescription
format optional query string Response format
earningsId required path integer Earnings call ID

Example request

curl "https://earningsapi.io/api/v1/transcripts/48291?format=value" \
  -H "X-API-Key: YOUR_API_KEY"

Authenticate with your API key in the X-API-Key header (or api_key query parameter). Get a key on the pricing page. Try any endpoint interactively in the Swagger console, and see the full OpenAPI spec.

← All API endpoints