xtract.bot
POST /api/tiff-to-jpeg

Convert a TIFF image to JPEG. Multi-page TIFFs return the first page only. Configurable JPEG quality.

Reads a TIFF and returns the same picture as a JPEG. Transparency is flattened over opaque white because JPEG has no alpha channel. 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. Quality is 1–100 (default 80). Use `tiff-to-png` instead if you need a lossless intermediate.

Inputs

NameTypeDefaultDescription
image*fileInput TIFF bytes.
qualitynumber (1…100)80JPEG quality 1–100 (default 80).

Response

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