Skip to content

Webhooks

Coming Soon

Webhook support is currently under development. This feature will allow your server to receive push notifications when asynchronous operations complete.

Planned Capabilities

  • Push notifications for batch job completion
  • Notifications for async fix jobs (Tier 2/3)
  • HMAC-SHA256 signature verification
  • Automatic retry with exponential backoff

Note

Webhooks will launch alongside Batch Processing. Join the waitlist at pdflys.com to be notified.

Current Alternative

For async operations, poll the job status endpoint:

  • PDF operations: GET /api/v1/jobs/:jobId — see Files & Jobs
  • Accessibility checks: GET /api/v2/accessibility/check/status/:jobId — see Accessibility API

Tip

Poll every 2–5 seconds. Most jobs complete within 30–120 seconds.