Path Parameters
call_id
(integer, required): The unique identifier for the call whose transcript you want to export.
Query Parameters
format
(string, optional, default:txt
): The desired file format.- Allowed values:
txt
,json
,csv
.
- Allowed values:
speaker
(string, optional): Filter transcripts to include only a specific speaker (user
orassistant
).
Response Formats
Ifformat=txt
:
You will receive a plain text file (.txt
) with the conversation formatted for readability.
Text Content
format=json
:
You will receive a JSON file (.json
) containing an array of transcript objects.
JSON Content
format=csv
:
You will receive a CSV file (.csv
) with the transcript data.
CSV Content
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
Successful Response