Surge
GET
/recordings/{recording_id}/file

Redirects to a signed URL where the recording audio file can be downloaded. URL is short-lived, so redirect should be followed immediately.

Authorization

authorization
AuthorizationBearer <token>

In: header

Path Parameters

recording_id*string

The ID of the recording.

Response Body

application/json

curl -X GET "https://api.surge.app/recordings/rec_01kfyc9dgdec1avkgs7tng8htg/file"
Empty
{
  "error": {
    "message": "The requested resource could not be found.",
    "type": "not_found"
  }
}