HTTP Bearer authentication
Getting Started
Authentication
Pawa AI APIs requires API Keys as authentication to ensure secure access and usage. This section details the methods and best practices for authenticating your requests.
Create and manage your API keys in your Dashboard settings
Your API key is confidential!. Treat it like a password. Never share it publicly or include it in client-side code (like in web browsers or mobile apps). Always store your API keys securely, preferably loaded from an environment variable or a key management service on your server.
API keys should be provided via
You can view your API usage through the Usage Dashboard.