API Keys
All requests require an API key passed in theX-API-Key header.
Getting your API key
Sign up
Create a free account at parzo.dev. No credit card required.
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