Skip to content
Other

pdfgeneratorapi.com

PDF Generator sandbox and mock API

# Introduction PDF Generator API allows you easily generate transactional PDF documents and reduce the development and support costs by enabling your users to create and manage their document templates using a browser-based drag-and-drop document editor. The PDF Generator API features a web API architecture, allowing you to code in the language of your choice. This API supports the JSON media type Writes persist, data moves on a schedule and every change can fire a signed webhook.

Operations
11
Collections
-
Event types
-
example request
curl https://your-pdfgeneratorapi.slurry.io/api/v3/templates \
  -H "Authorization: Bearer slurry_sim_..."

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

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 11.

  • GET/templates
  • POST/templates
  • POST/templates/output
  • GET/templates/templateId
  • PUT/templates/templateId
  • DELETE/templates/templateId
  • POST/templates/templateId/copy
  • POST/templates/templateId/editor
  • POST/templates/templateId/output
  • GET/workspaces/workspaceId
  • DELETE/workspaces/workspaceId