Getting Your API Key
1
Sign up for an Invaro account
Sign up for an Invaro account if you haven’t already
2
Navigate to the API Keys section
Go to the API Keys section in your dashboard
3
Create a new API key
Click on “Create New Key” and give it a descriptive name
4
Store your API key securely
Copy and store your API key securely - you won’t be able to see it again
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