Remove the background from an image using AI. The image can be provided either as a multipart form-data file upload, as a base64-encoded string in a JSON request, or as an image URL. Returns a PNG image with transparent background.
Authentication: This endpoint accepts either a Bearer API key or an X-Sign-In-With-X header for x402 wallet-based authentication. When using x402, a 402 Payment Required response indicates insufficient balance and includes top-up instructions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Remove the background from an image. Provide either an image file/base64 or an image URL.
OK - PNG image with transparent background
The response is of type file.