Get Outpaint Image

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

Get Outpaint Image Generated

GET https://pub-api.mojo.vn/srv/publish/api/art_outpaint/getImage

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,
    "url": "OutpaintImageURL"
}

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

Generate is pending or in queue

If the OutPaint Image generate is pending or in queue, this API response data like this:

{
    "success": true
}

Last updated