Skip to main content
Authenticated renders use a secret API key. Create it at spoolpdf.nandra.dev/keys. The raw spool_live_… value is shown once.
Do not put the API key in a browser, ChatGPT custom instruction, or public repo. Revoke a leaked key on /keys.

What requires a key

Missing or invalid Bearer on /v1/render returns 401 unauthorized.

Subscription

A canceled or unpaid plan returns 403 subscription_inactive. Fix billing on /billing, then retry.

Concurrency

Each plan has a parallel render cap (Free 1, Starter 2, Growth 4, Scale 8). Over that, /v1/render returns 429 concurrency_limit with Retry-After and X-Concurrency-Limit. Sandbox still occupies a slot. MCP does not use a spool_live_… key. See MCP.