Get Remove Background Image
Get Remove Background Image
GET
https://pub-api.mojo.vn/srv/publish/api/art_rembg/getImage
Headers
Name
Type
Description
Authorization
Bearer apikey,API_KEY
API_KEY
Content-Type
application/json
Request Body
Name
Type
Description
id
String
RmBgImageID
{
"success": true,
"url": "OutpaintImageURL"
}
curl --location --request GET 'https://pub-api.mojo.vn/srv/publish/api/art_rembg/getImage' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "id": "RmBgImageID" }'
RmBgImageID: The RmBgImageID is the ID of the Remove Background image generated from the Remove Background image API.
Success
If the image generate success get image api will response full image data like this:
{
"success": true,
"url": "RmBgImageURL"
}
Last updated