Request
Body Params multipart/form-data
Request Code Samples
curl --location --request POST 'https://api.302.ai/recraft/v1/images/clarityUpscale' \
--header 'Authorization: Bearer ' \
--header 'Accept: application/json' \
--form 'file=@""' \
--form 'response_format=""'
Responses
application/json {
"created": 1768385386,
"credits": 4,
"image": {
"image_id": "50e1d6b0-d082-4d4d-8605-c93d6a265beb",
"url": "https://img.recraft.ai/CyogSRiy0NhjISdEbTBKcwRT3qTUQW2wytVF1fNnW84/rs:fit:2080:2084:0/raw:1/plain/abs://external/images/50e1d6b0-d082-4d4d-8605-c93d6a265beb"
}
}
Modified at 2026-01-14 10:10:41