Delete Outpaint Image

The algorithm analyzes and recognizes objects and outlines within the image intelligently, creating a seamless extension that looks natural and visually appealing.

Delete Outpaint Image

POST https://pub-api.mojo.vn/srv/publish/api/art_outpaint/delImage

Headers

Name
Type
Description

Authorization

Bearer apikey,API_KEY

API_KEY

Content-Type

application/json

Request Body

Name
Type
Description

id

String

OutPaintImageID

{
    "success": true
}

curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_outpaint/delImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "OutPaintImageID" }'

Last updated