Zephiel API

PDF Toolkit

Free tier

Generate, merge, split, and sign PDFs over HTTP.

4.712 reviewsby Northwind Data20k subscribers
pdfdocumentshtml to pdfmergesignature

Starts at

$19/mo

Choose a plan

Create a free account to subscribe.

Latency
640ms
Uptime
99.95%
Endpoints
4

About this API

A complete document pipeline as one API. Render HTML or URLs to pixel-accurate PDFs, merge and split files, compress, watermark, fill AcroForms, and apply digital signatures without installing a single native dependency.

Common use cases

Invoice generation
Contract assembly
Report exports
Statement delivery

Quickstart

Every Zephiel API uses the same base URL, the same key header, and the same error envelope.

curl -X GET "https://zephiel.com/api/v1/pdf-toolkit/html-to-pdf" \
  -H "X-Zephiel-Key: $ZEPHIEL_API_KEY" \
  -H "Accept: application/json"

Example response

{
  "success": true,
  "file_url": "https://cdn.zephiel.com/f/9f3c1a20.pdf",
  "pages": 4,
  "bytes": 184320,
  "expires_at": "2026-08-27T09:00:00Z"
}

Related APIs in Media & Files