Skip to main content

Denoiser: get result

GET 

/api/technology/denoiser/:task_id

Retrieve task for Denoiser.

The output file can be downloaded in two ways:

  • By using the file_id from the task result with the file download endpoint.
  • By posting a GET request to the file_url from the task result.

Request

Responses

Result response of 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.