{ "imageUrl": "https://pub-static.fotor.com/assets/goart-effects/examples/mini-figure-after.jpg", "padImgLeft": 100, "padImgTop": 100, "padImgRight": 100, "padImgBottom": 100 }
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 }'
{ "code": "000", "msg": "success", "data": { "taskId": "e0dc194703174b6eafeacb4ee8e02850" } }