Request
Body Params application/json
Upscale resolution, support 2,4,8,16 ,if this pa
{
"imageUrl": "string",
"source": "api",
"scale": 2
}
Request samples
curl --location --request POST 'https://api.a1d.ai/api/image-upscaler' \
--header 'Authorization: KEY {API_KEY}' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "string",
"source": "api",
"scale": 2
}'
Responses
application/json Modified at 2025-01-10 09:41:53