Product

Stamp a PDF

Use POST /v1/pdf/stamp to watermark pages with text or an image — draft marks, confidential labels, or a logo.

Exactly one of text or image. Position defaults to center.

Request JSON
{
  "url": "https://example.com/report.pdf",
  "text": "DRAFT",
  "rotate": -24
}