API Keys
All requests require an API key passed in theX-API-Key header.
Getting your API key
1
Sign up
Create a free account at parzo.dev. No credit card required.
2
Go to API Keys
In your dashboard, navigate to API Keys.
3
Create a key
Click Create Key, give it a name (e.g.
Production), and copy it immediately — it’s shown only once.Key format
All Parzo API keys start withinv_ followed by 32 random characters.
inv_A3kB9mXp2rQwF7cL1xNvJ6dS4hT8uE0y
Best practices
Always store your key as an environment variable:Python
Node.js
Multiple keys
You can create multiple keys — for example one for production and one for staging. Each key:- Tracks its own usage independently
- Can be revoked without affecting other keys
- Has the same quota as your plan