Al Expand
Expand your photo with one click using Fotor's advanced Al algorithm to extend subjects, backgrounds, and textures naturally.
Request
Body Params application/json
{
"imageUrl": "https://pub-static.fotor.com/assets/goart-effects/examples/mini-figure-after.jpg",
"padImgLeft": 100,
"padImgTop": 100,
"padImgRight": 100,
"padImgBottom": 100
}
Request Code Samples
curl --location --request POST 'https://api-b.fotor.com/v1/aiart/extender' \
--header 'Authorization: Bearer <your api key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"imageUrl": "https://pub-static.fotor.com/assets/goart-effects/examples/mini-figure-after.jpg",
"padImgLeft": 100,
"padImgTop": 100,
"padImgRight": 100,
"padImgBottom": 100
}'
Responses
application/json {
"code": "000",
"msg": "success",
"data": {
"taskId": "e0dc194703174b6eafeacb4ee8e02850"
}
}
Modified at 2025-06-17 09:15:03