Account

GET /v1/account — plan, usage, and limits.

GET https://api.createafillablepdf.com/v1/account

Returns your current plan, usage this period, and limits. Useful for showing usage in your own app or deciding when to upgrade.

curl https://api.createafillablepdf.com/v1/account \
  -H "Authorization: Bearer sk_live_•••"

Response 200

{
  "plan": "pro",
  "status": "active",
  "period_start": "2026-06-01T00:00:00Z",
  "period_end": "2026-07-01T00:00:00Z",
  "pages_included": 60,
  "pages_used": 12,
  "pages_remaining": 48,
  "overage_per_page_cents": 90,
  "rate_limit_rpm": 60
}