Authentication
All API requests require an API key passed via the X-Api-Key header.
Getting an API key
Sign up for a free account to get your API key. You can view and rotate your key from the dashboard.
Using your key
Include your X-Api-Key header in every request:
X-Api-Key: YOUR_API_KEYKeep your API key on your server. Do not put it in browser JavaScript, static files, mobile apps, or public WordPress uploads. If a key was ever public, rotate it from the dashboard before going live.
For WordPress, Elementor, or any browser-based app, have the browser call your own server endpoint first. That endpoint should add X-Api-Key when it calls Ignav.
Rate limits
There is no per-account rate limit for API key requests. Usage is priced by successful requests, so you can scale based on your traffic without hitting an account throttle.
Related docs
Ready to get started?
Create a free account to get your API key, or try the playground — no signup required.