Remove Background (Upload)
POST/api/v1/assets/file/addons/bg_remove
Remove background from an uploaded image. Use image as the multipart-form field name for the image.
Response
Image bytes in HTTP Body with appropriate content-type HTTP Header.
Request
Responses
- 200
- 400
- 401
- 403
- 500
Successful operation - Image bytes returned with appropriate content-type header
Bad request - Invalid image or missing parameters
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error