compress parameter on any endpoint that produces a PDF:
POST /v1/pdfs—compress: "low" | "medium" | "high"POST /v1/pdfs/merge—compress: "low" | "medium" | "high"POST /v1/pdfs/watermark—compress: "low" | "medium" | "high"POST /v1/templates/:id/render—compress: "low" | "medium" | "high"POST /v1/convert/office—compress: "low" | "medium" | "high"
low— Lossless. Removes unused objects, optimizes streams.medium— Downsamples images to 150 DPI. Good balance.high— Downsamples images to 72 DPI, strips metadata. Maximum reduction.