Authentication
You can authenticate by providing your API key in the HTTP header:Best Practices
- Keep your API keys secret and never expose them in client-side code.
- Rotate your API keys regularly and immediately if you suspect they’ve been compromised.
- Use environment variables to store API keys rather than hardcoding them in your application.