GET
/
conversations
/
{id}
/
recording
curl --request GET \
  --url https://api.voiceos.io/conversations/{id}/recording \
  --header 'Authorization: Bearer <token>'
{
  "recording_url": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The id of the conversation

Response

200
application/json
Successful Response
recording_url
string
required

The recording url of the conversation.