gPdf health
Synthetic render against POST /api/v1/pdf/render every 5 minutes. Live data, 30-second edge cache.
24h figures sourced from Cloudflare Analytics over real customer traffic.
Last 24 hours
ok · fail · no dataTwo data sources, one window. Status indicator and 24-hour heatmap come from a synthetic probe — a 1-page label render submitted via POST /api/v1/pdf/render every 5 minutes. The heatmap renders one coloured cell per 10-minute bucket across the trailing 24 hours, so each bucket pairs two consecutive probes. A bucket flips red only when every probe in it fails AND it contains at least two probes — i.e. a confirmed back-to-back outage. Single-probe failures or buckets with a recovery probe stay green; their counts surface on hover. Faint grey = no probe in the bucket (only seen if the cron worker missed a window). p50 / p99 / 24h uptime / requests come from Cloudflare Analytics over the trailing 24 hours of real customer traffic — the same trailing-24h window that facts.json's reliability_snapshot reports, so the two machine-readable surfaces stay coherent. Source: functions/api/health.js, functions/api/_health-cron.js, functions/_lib/cf-analytics.js.
Free public rendering nodes
gPdf provides the following public endpoints at no charge and without an API key. Choose the endpoint closest to your users.
| Region | Base URL |
|---|---|
| United States — East 1 | https://free-us-east-1.gpdf.com |
| United States — West 1 | https://free-us-west-1.gpdf.com |
| United States — West 2 | https://free-us-west-2.gpdf.com |
| United States — West 3 | https://free-us-west-3.gpdf.com |
| Europe — Amsterdam | https://free-eu-west-1.gpdf.com |
| Asia — Singapore | https://free-asia-sg-1.gpdf.com |
Service boundary
- These endpoints are provided on a best-effort basis and are not covered by the gPdf SLA. Availability, latency, capacity, and support response times are not guaranteed. Do not use them as the sole dependency for production or business-critical workflows.
- Template Render accepts only active public templates provided by gPdf. You can supply a
template_idand business data, but you cannot create, edit, upload, or publish templates on these free endpoints. Browse the available templates in the gPdf template catalog. - The supported business endpoints are
POST /api/v1/pdf/renderandPOST /api/v1/template-render. Electronic-invoice endpoints are not available on these hosts. - Each request returns one PDF. A PDF may contain multiple pages.
For production workloads, customer-managed templates, or contractual availability commitments, use the authenticated gPdf API described in the API reference and review the paid-plan SLA.