> ## Documentation Index
> Fetch the complete documentation index at: https://docs.letmepost.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# pinterest.image.mime_allowed

> Pinterest accepts jpeg/png images.

## What it checks

`mimeType ∈ { image/jpeg, image/png }`. WebP, HEIC, GIF are rejected.

## Remediation

Re-encode to JPEG or PNG.
