Skip to main content
HTTP Status: 500

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. The message 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
To fix:
  1. Resize the image to a smaller resolution and retry
  2. Convert it to a standard 8-bit RGB JPEG or PNG
  3. Try format=png with default channels
  4. Retry once; if it fails again with the same image, the image itself is the cause

Retry Strategy

Unlike upstream_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 your request_id and the image (if possible) so we can investigate.