Download custom sound
Downloads any uploaded custom sound
Query Parameters
- name string required
Name of the file
Responses
- 200
- 400
- 401
OK
- text/plain
- Schema
- Example (from schema)
Schema
- wav_file binary
Audio 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 string
error type/info
{
"error": "Wrong JSON body"
}
{
"error": "no such file"
}
Unauthorized request. Log In
- application/json
- Schema
- Example (from schema)
- Log In
Schema
- error string
error message
{
"error": "Log In"
}
{
"error": "Log In"
}
Loading...