AIによるぼかし除去 - 写真のモーションブラーを除去
Request
Body Params application/json
Request Code Samples
curl --location --request POST 'https://api.302.ai/302/submit/deblur' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"image_url": ""
}'
Responses
application/json {
"image": {
"url": "https://file.302.ai/gpt/imgs/20260114/d808fc4cef944fc3b71d2aa52b1ff556.png",
"content_type": "image/png",
"file_size": 317838,
"width": 500,
"height": 334
}
}
Modified at 2026-01-14 07:13:17