xtract.bot
POST /api/image-tiff-to-png

Convert a TIFF image to PNG. Lossless. Handles single-page and multi-page TIFFs (returns the first page; the rest are dropped).

Reads a TIFF and returns the same picture as a PNG. For single-page TIFFs the conversion is direct. Multi-page TIFFs (common for fax / scan documents) return the first page only — the rest are dropped. Use `pdf-extract-text` or a dedicated multi-page tool if you need every page.

Inputs

NameTypeDefaultDescription
image*fileInput TIFF.

Response

Modes: binary, base64-json. Cache: yes (24h TTL).