Prerequisites
- A PocketUtils account — sign up free
- A Starter plan or above. API keys aren’t available on the Free plan — Free is the browser-playground allowance. See Rate Limits & Credits for what each plan includes.
Get started
1
Create an API key
From your dashboard, click New key, give it a name (e.g. “Production”), and copy the generated secret immediately.
2
Make your first request
Call any endpoint with your key in the
Authorization header. GET /v1/down-check is the simplest place to start — it just takes a URL to check.3
Read the response
A successful call always returns Every response also carries an
success: true with the result under data:X-Credits-Remaining header, or you can check your balance explicitly with GET /v1/quota.4
Handle errors
A failed call always returns See the full error code reference.
success: false — and never spends a credit:Next steps
Authentication
All three ways to call the API, and how each is billed.
API Reference
Every endpoint, with parameters, responses, and examples.