v1

latestOpenAPI 3.0.02026-07-266091181.5 KB
calls

Fetch call by ID

Retrieve detailed information about a specific call by its ID

get/api/v1/transcripts/calls/{call_id}

Path parameters

call_idstring required

The unique identifier of the transcript call

Query parameters

audioboolean

Set to false to exclude audio recordings. Defaults to true; returns pre-signed/CDN URLs when included

pdfboolean

If true, includes pre-signed URLs for the PDF transcript

assetsboolean

If true, includes pre-signed URLs for external assets (e.g. slide deck PDFs)

cleanboolean

If true, returns a cleaner simplified output format

formatstring

Response format: 'json' (default) or 'html'

Response

OK

call_idstring
call_titlestring
created_atstring
deleted_atstring
descriptionstring
durationinteger
end_timestring
exchangestring
figisstring[]
headlinestring
namestring
periodstring
start_timestring
statusstring
symbolstring
updated_atstring
webcast_urlstring
yearinteger

Example response

{
  "call_id": "80753086-444f-4dcf-961d-15509ba09dc7",
  "call_title": "Q3 2023 Earnings Call",
  "description": "Quarterly earnings report",
  "duration": 60,
  "end_time": "2023-10-25T15:00:00Z",
  "exchange": "NASDAQ",
  "figis": [
    "[\"BBG000B9XRY4\"]"
  ],
  "headline": "Company X Reports Strong Q3 Results",
  "name": "Apple Inc.",
  "period": "Q3",
  "start_time": "2023-10-25T14:00:00Z",
  "status": "completed",
  "summary": {
    "call_id": "770e8400-e29b-41d4-a716-446655440000",
    "language": "en",
    "sentiment": 0.85,
    "summary": "The company reported positive growth...",
    "summary_id": "550e8400-e29b-41d4-a716-446655440000",
    "symbol": "MSFT",
    "transcript_id": "660e8400-e29b-41d4-a716-446655440000"
  },
  "symbol": "AAPL",
  "webcast_url": "https://example.com/webcast",
  "year": 2023
}