{
"image_url": ""
}
curl --location --request POST 'https://api.302.ai/302/submit/denoise' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": ""
}'
{
"image": {
"url": "",
"content_type": "image/png",
"file_size": 12448,
"width": 1024,
"height": 1024
}
}