-
Notifications
You must be signed in to change notification settings - Fork 12
Remote API Wav name
Matthew Martin edited this page Mar 9, 2022
·
1 revision
Downloads the wav file
Body: audio/wav
Returned if the file cannot be found
Body: application/json
{
"code": 404,
"success": false,
"wav": wavfile_name
}
Deletes the wav file
The wav file has been deleted
Returned if the file cannot be found
Body: application/json
{
"code": 404,
"success": false,
"wav": wavfile_name
}