Make Remove Background Image
Create Remove Background Image from Infinity Art generated
POST
https://pub-api.mojo.vn/srv/publish/api/art_rembg/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": "RmBgImageID",
"queue_type": "fast"
}
curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_rembg/generate' --header 'Authorization: Bearer apikey,API_KEY' --header 'Content-Type: application/json' --data '{ "art_v5": "ImageID" }'
ImageID: The ImageID is the ID of the Infinity Art image generated from the Create Infinity Art API.
Last updated