Authentication
All API requests require an API key. Generate a key in the Dashboard → Settings page.Using the API Key
Add the headerX-Nexa-Api-Key: YOUR_KEY to every request.
Security Recommendations
- Keep keys secret; never commit them to source control.
- Rotate keys regularly via the dashboard.
- Use HTTPS for all requests.