Download a file
GET/api/files/:file_id
Download file for finished task. Intended for technologies where file is the output of processing.
Currently, only Waveform Audio File Format (WAV)
output is supported.
Request
Responses
- 200
- 400
- 404
- 422
- 429
The requested audio file was successfully retrieved.
Response Headers
attachment; filename=742707b9-a5f8-4fb5-8482-4bb31536f306.wav
Request payload data was invalid and could not be parsed.
The requested file does not exist. The provided file_id
may be wrong or the task may have expired already, causing the file to be deleted automatically.
Error during validation of request payload data occurred.
Request rate limit exceeded.
The request may be retried after a while. The following response headers may be checked for details: retry-after
, x-ratelimit-limit
, x-ratelimit-remaining
, x-ratelimit-reset
.
Response Headers
Header indicates how long the user agent should wait before making a follow-up request.
Size of the current rate limiting window.
Remaining number of requests in the current rate limiting window.
Time at which the current rate limiting window resets (in UTC epoch).