Download custom sound
Downloads any uploaded custom sound
Query Parameters
- name string requiredName of the file 
Responses
- 200
- 400
- 401
OK
- text/plain
- Schema
- Example (from schema)
Schema
- wav_file binaryAudio file in .wav format with sampling rate 8000 or 16000 HZ 
{
  "wav_file": "aGVsbG8sIHdvcmxkIQ=="
}
File does not exist
- application/json
- Schema
- Example (from schema)
- Not exists
Schema
- error stringerror type/info 
{
  "error": "Wrong JSON body"
}
{
  "error": "no such file"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error stringerror message 
{
  "error": "Log In"
}
{
  "error": "Log In"
}
Loading...