Denoiser: get task
GET/api/technology/denoiser/:task_id
Retrieve task for Denoiser.
The output file can be downloaded in two ways:
- By using the
file_idfrom the task result with the file download endpoint. - By posting a GET request to the
file_urlfrom the task result.
Request
Responses
- 200
- 400
- 404
- 405
Denoiser 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.
Invalid HTTP method.