Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkpdf.io/llms.txt

Use this file to discover all available pages before exploring further.

Everything you need to know about Blink PDF, answered in one place. If your question isn’t here, email us at hello@blinkpdf.io and we’ll get back to you promptly.

General

No. Blink PDF takes Markdown as input and produces a PDF as output. You configure headers, footers, page size, margins, and branding through simple API parameters — there is no stylesheet to write and no LaTeX to learn.If you can write a README, you can use Blink PDF.

Integration & Compatibility

Yes. You can reference custom fonts in your API request. Blink PDF supports web-standard font formats and will subset and embed the fonts you use so the PDF renders consistently on any device or viewer.For details on specifying fonts in your request, see the API Reference.
The maximum input size depends on your plan:
PlanMax Input Size
Free256 KB
Starter1 MB
Pro2 MB
Business5 MB
Scale10 MB
EnterpriseCustom
If your payload exceeds the limit for your plan, the API returns 413 Payload Too Large. Upgrading your plan increases the limit.

Privacy & Security

Blink PDF operates a zero-retention architecture. Your Markdown content is loaded into memory for rendering, the PDF is returned to you, and the content is immediately purged. Nothing is written to disk, logged in plaintext, or stored in a database.Enterprise customers can additionally specify a data residency region to control which jurisdiction the in-memory processing occurs in.
API keys are hashed before storage — we cannot retrieve your key in plaintext. If you believe a key has been compromised, rotate it immediately from your account dashboard. Rotating a key invalidates the old one instantly.On Business and Enterprise plans you can scope keys to specific endpoints or IP ranges for additional defense in depth.

Billing & Plans

Yes — the Free plan is available with no credit card required. You get 500 PDFs per month (up to 50 per day) to explore the API, test your integration, and evaluate output quality.When you’re ready to remove the watermark and increase your volume, you can upgrade to a paid plan at any time from your account dashboard.
It depends on your plan and settings:
  • Free — rendering stops once you hit 500 PDFs/month or 50 PDFs/day. The API returns a 403 error until the quota resets.
  • Starter / Pro — additional PDFs are billed at the per-PDF overage rate (0.004and0.004 and 0.003 respectively). If you’ve set a spending cap, rendering stops when the cap is reached instead of incurring overage.
  • Business — overage is billed at $0.002 per PDF beyond 200,000.
  • Scale — unlimited under fair-use policy; no overage charge.
  • Enterprise — governed by your contract terms.
Overage billing is always soft — you are never abruptly cut off without warning, and you won’t face surprise charges unless you’ve opted into uncapped overage.
You can upgrade, downgrade, or cancel your plan at any time from the billing section of your account dashboard.
  • Upgrades take effect immediately.
  • Downgrades take effect at the start of your next billing cycle.
  • Cancellations — your plan remains active until the end of the current paid period. After that, your account reverts to the Free tier rather than being deleted, so you keep access to your API keys and usage history.
If you’re on an annual plan and need to cancel early, email hello@blinkpdf.io to discuss your options.
When you choose annual billing, the full year’s base subscription is charged upfront as a single payment. You save approximately 17% compared to monthly billing — roughly two months free.Any overage PDFs you generate beyond your included quota are still billed monthly at the end of each calendar month, at the same per-PDF overage rate as the monthly plan.
No. Health-check endpoints, font listing calls, and account/admin API calls are always free and never count toward your monthly quota or rate limits. Only successful PDF renders consume quota.