AI Denoising: Remove color noise from photosAverage processing time: 10-20s
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/denoise' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": ""
}'
Responses
application/json {
"completed_at": "",
"created_at": "",
"error": "",
"id": "",
"model": "",
"output": "",
"started_at": "",
"status": ""
}
Modified at 2025-03-07 02:52:22