Getting Your API Key
Sign up for an Invaro account
Sign up for an Invaro account if you haven’t already
Navigate to the API Keys section
Go to the API Keys section in your dashboard
Using Your API Key
Include your API key in all API requests using the Bearer token format in the Authorization header:Security Best Practices
- Keep your API key secret - Never expose it in client-side code or public repositories
- Use environment variables - Store your API key in environment variables
- Rotate keys periodically - Regularly rotate your API keys for enhanced security
- Use separate keys - Use different API keys for development and production
Next Steps
Upload Documents
Learn how to upload documents for processing