Delete Remove Background Image
Delete Remove Background Image
POST
https://pub-api.mojo.vn/srv/publish/api/art_rembg/delImage
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
}
curl --location 'https://pub-api.mojo.vn/srv/publish/api/art_rembg/delImage' --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.
Last updated