Skip to main content
GET
/
v1
/
speech-analytics
/
{request_id}
/
file
Retrieve the original file
curl --request GET \
  --url https://api.wavix.com/v1/speech-analytics/{request_id}/file \
  --header 'Authorization: Bearer <token>'
"<string>"

Authorizations

Authorization
string
header
required

Wavix API key. Pass as Authorization: Bearer <api_key>. Keys support per-resource scopes (none / read / write). See Restricted keys and scopes.

Path Parameters

request_id
string
required

The request_id of the transcription, returned when the file was uploaded.

Example:

"e865ea07-25af-4fdd-876e-04b0d41d5ebd"

Response

Returns the original audio file.

The response is of type file.