Remove Background (Asset)
GET/api/v1/assets/:asset_id/addons/bg_remove
Remove background from an existing asset by asset ID. Use HTTP GET to automatically use the original file for the given asset.
Response
Image bytes in HTTP Body with appropriate content-type HTTP Header.
Request
Responses
- 200
- 401
- 403
- 500
Successful operation
Unauthorized - Invalid or missing authentication
Forbidden - Insufficient permissions
Internal server error