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
Authorization
Bearer apikey,API_KEY
API_KEY
Content-Type
application/json
Request Body
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" }'
OutPaintImageID: The OutPaintImageID is the ID of the Oupaint image generated from the Create Outpaint Image API.
Success
If the image generate success get image api will response full image data like this:
{
"success": true,
"url": "OutPaintImageURL"
}
Last updated