curl --request GET \
--url https://api.quartr.com/public/v3/documents/transcripts/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"companyId": 4742,
"eventId": 128301,
"event": {
"title": "Q1 2024 Earnings Call",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"language": "en",
"date": "2024-01-15T10:00:00.000Z"
}
}
}curl --request GET \
--url https://api.quartr.com/public/v3/documents/transcripts/{id} \
--header 'x-api-key: <api-key>'{
"data": {
"fileUrl": "https://quartr.com/file.pdf",
"id": 432907,
"typeId": 7,
"updatedAt": "2021-09-19T15:00:00.000Z",
"createdAt": "2021-09-15T15:00:00.000Z",
"companyId": 4742,
"eventId": 128301,
"event": {
"title": "Q1 2024 Earnings Call",
"typeId": 26,
"fiscalYear": 2024,
"fiscalPeriod": "Q1",
"language": "en",
"date": "2024-01-15T10:00:00.000Z"
}
}
}Comma-separated list of fields to expand
event "event"
Show child attributes
"https://quartr.com/file.pdf"
432907
7
"2021-09-19T15:00:00.000Z"
"2021-09-15T15:00:00.000Z"
4742
128301
Expanded event details (available when ?expand=event)
Was this page helpful?