Get All Transcript
curl --request GET \ --url https://api.aicaller.io/v1/transcripts \ --header 'aicaller-api-key: <api-key>'
{ "data": [ { "teamId": "363573667364666473667332", "phoneCallId": "363573667364666473667332", "text": "Transcript text goes here.", "speaker": "human", "_id": "12345678901234567890", "createdAt": "<string>", "updatedAt": "<string>" } ] }
Transcripts found.
The response is of type object.
object