GET
/
v1
/
transcripts
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>"
    }
  ]
}

Authorizations

aicaller-api-key
string
header
required

Query Parameters

phoneCallId
string
required

Response

200
application/json
Transcripts found.
data
object[]
required