Auto-orient image
Try it interactively →POST /api/image-auto-orientApply the EXIF orientation tag and rotate the pixels accordingly. Strips the tag so downstream tools see correctly-oriented pixels without needing to honour EXIF themselves.
Inputs
| Name | Type | Default | Description |
|---|---|---|---|
| image* | file | — | Input image (PNG / JPEG / WebP). |
| format | enum (png | jpeg | webp) | — | Output format. Defaults to the input's format. |
Response
Modes: binary, base64-json. Cache: yes (24h TTL).