Create Outpaint Image

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

Create image OutPaint (Image expand) from Infinity Art generated

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

Headers

Name
Type
Description

Authorization

Bearer apikey,

API_KEY

Content-Type

application/json

Request Body

Name
Type
Description

art_v5

String

ImageID (Infinity art generated)

{
    "success": true,
    "id": "OutPaintImageID",
    "queue_type": "fast"
}

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

Last updated