Skip to content
Other

pdfblocks.com

PDF Blocks sandbox and mock API

PDF Blocks is a secure, reliable, and fast API to work with PDF documents. Actions include: Merge PDF documents, add or remove passwords, add watermarks, remove, extract, reverse, and rotate pages, and more. Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
12
Collections
-
Event types
-
example request
curl https://your-pdfblocks.slurry.io/ \
  -H "Authorization: Bearer slurry_sim_..."

Your simulation gets its own hostname, key and IP allow-list. Built from API version 1.5.0.

What gets simulated

Collections, relationships and state machines are worked out from the spec when you start the simulation.

  • State. Creates, updates and deletes persist and show up in later reads.
  • Behaviour. Records move through their states on a schedule you control, and you can fast-forward up to 30 days.
  • Webhooks. Every change emits a signed, retried event.
  • Failure. Per-endpoint errors, latency and chaos rules, on demand.

Operations

All 12.

  • POST/v1/add_password
  • POST/v1/add_restrictions
  • POST/v1/add_watermark/image
  • POST/v1/add_watermark/text
  • POST/v1/extract_pages
  • POST/v1/merge_documents
  • POST/v1/remove_pages
  • POST/v1/remove_password
  • POST/v1/remove_restrictions
  • POST/v1/remove_signatures
  • POST/v1/reverse_pages
  • POST/v1/rotate_pages