GET
/
v1
/
calls
/
{id}
/
transcript
curl --request GET \
  --url https://api.eu.volubile.ai/v1/calls/{id}/transcript \
  --header 'X-Api-Key: <api-key>'
{
  "action": "RING",
  "time": "2024-07-30T14:35:00Z",
  "actor": "UNKNOWN",
  "message": "Hello, how can I help you?"
}

Authorizations

X-Api-Key
string
header
required

Your API key.

Path Parameters

id
string
required

Response

200
application/json
OK

The response is of type object.