Reasons and How to Fix
The Image Could Not Be Processed
The image was decoded successfully, but the background removal model or the output encoder failed on it. Themessage says what to try. The request is not billed.
Common causes:
- Very large dimensions close to the 6000 px per side / 36 MP limit
- Unusual color modes (CMYK, 16-bit, indexed with odd palettes)
- Extreme aspect ratios (e.g. very thin strips)
- An output combination the encoder cannot produce for this image
- Resize the image to a smaller resolution and retry
- Convert it to a standard 8-bit RGB JPEG or PNG
- Try
format=pngwith defaultchannels - Retry once; if it fails again with the same image, the image itself is the cause
Retry Strategy
Unlikeupstream_error, this error is usually deterministic for a given image, so retrying the identical request rarely helps. Change the input first.
Need Help?
If the problem persists, contact us at support@poof.bg with yourrequest_id and the image (if possible) so we can investigate.