curl --request GET \
--url https://api.quartr.com/public/v3/live/transcripts/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"transcript": "https://quartr.com/file.json"
}
}
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/live/transcripts/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"transcript": "https://quartr.com/file.json"
}
}
curl --request GET \
--url https://api.quartr.com/public/v3/live/transcripts/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"transcript": "https://quartr.com/file.json"
}
}
The response is of type object
.
Was this page helpful?
curl --request GET \
--url https://api.quartr.com/public/v3/live/transcripts/{id} \
--header 'x-api-key: <api-key>'
{
"data": {
"id": 127537,
"eventId": 128301,
"companyId": 4742,
"date": "2021-09-15T15:00:00.000Z",
"updatedAt": "2021-09-15T15:02:00.000Z",
"createdAt": "2021-05-15T15:00:00.000Z",
"wentLiveAt": "2021-09-15T15:02:00.000Z",
"state": "recordingAvailable",
"transcript": "https://quartr.com/file.json"
}
}