Skip to main content
Get Recording
curl --request GET \
  --url https://api.agents.timepay.ai/api/v1/recordings/{recording_id} \
  --header 'Authorization: <authorization>'
// Binary Audio Data
// Content-Type: audio/mpeg or audio/wav

Headers

Authorization
string
required
Bearer token for authentication (e.g., Bearer <your_token>).

Path Parameters

recording_id
string
required
The unique identifier of the recording (e.g., rec_123456789).

Response

Audio File
file
The binary audio stream. The Content-Type header will be audio/mpeg or audio/wav.
error
string
The error type or code (Error responses only).
message
string
A descriptive message explaining the error (Error responses only).
// Binary Audio Data
// Content-Type: audio/mpeg or audio/wav