Audio Quality Estimation: get result
GET/api/technology/audio-quality-estimation/:task_id
Retrieve the result of an Audio Quality Estimation task.
Request
Responses
- 200
- 400
- 404
- 422
- 429
Result response of Audio Quality Estimation task.
The response body contains task info in the task
field. Depending on the task processing outcome, either result
or error
field is populated.
Request payload data was invalid and could not be parsed.
The requested task does not exist.
The provided task_id
may be wrong or the task may have expired already.
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).