Tools API Blog Tools
Sign in Create account

All the tools

Cofferdock's full catalog, grouped by type. Every tool uses the same API key and the same credit pool: pick whichever one you need.

HTML to image

Generate images (PNG/JPEG) from your HTML.

POST /capture Available
QR generator

Turn links or text into QR codes (PNG or SVG).

POST /qr Available
HTML to PDF

Create PDFs (invoices, reports, tickets…) from your HTML.

POST /pdf Available
Website screenshot

Screenshot any URL, ready to use.

POST /screenshot Available
PDF
Merge PDFs

Combine several PDFs into one, in any order.

POST /pdf-merge Available
Split PDF

Pull pages or ranges out of a PDF as separate files.

POST /pdf-split Available
Rotate pages

Turn a PDF's pages 90, 180 or 270 degrees.

POST /pdf-rotate Available
Watermark

Overlay text or your logo onto a PDF.

POST /pdf-watermark Available
Fill form

Fill a PDF template's form fields by API.

POST /pdf-fill-form Available
Extract text

Pull all the text out of a PDF, ready to analyze.

POST /pdf-extract-text Available
Page numbers

Add page numbering to a PDF that doesn't have any.

POST /pdf-page-numbers Available
Metadata

Read or change a PDF's title, author and dates.

POST /pdf-metadata Available
Image(s) to PDF

Turn one or more photos into a PDF.

POST /pdf-from-images Available
PDF to images

Turn every page of a PDF into a PNG image.

POST /pdf-to-images Available
Protect PDF

Add a password to open the PDF.

POST /pdf-protect Available
Remove password

Remove a PDF's password, if you already know it.

POST /pdf-unprotect Available
Files
Create .zip

Bundle several files into a .zip, any type.

POST /create-zip Available
Data
JSON to chart

Turn your data into a chart image.

POST /chart Available
Images
Images

Resize, convert and compress images.

POST /images Available
Utilities
Validate email

Checks the format and whether the domain receives mail (MX).

POST /validate-email Available
Validate phone

Checks whether an international phone number is valid.

POST /validate-phone Available
Validate IBAN

Checks the checksum of an IBAN account number.

POST /validate-iban Available
Generate UUID

Creates one or more unique identifiers (UUID v4).

POST /generate-uuid Available
Generate hash

MD5, SHA-1, SHA-256 or SHA-512 of a text or file.

POST /hash Available
Text to slug

Turns any text into a URL-safe slug.

POST /slugify Available