Skip to main content

Getting started

Creating your first API key

API keys are used to authenticate your requests to the Kawaa API.

Creating an API key

  1. Log in to your Kawaa dashboard
  2. Navigate to Settings → API keys
  3. Click the "Create API key" button
  4. Give your key a descriptive name (e.g., "Production Server" or "Development")
  5. Copy the key immediately - it won't be shown again

API key best practices

  • Never expose keys in client-side code - Always make API calls from your server
  • Use environment variables - Store keys in environment variables, not in code
  • Create separate keys - Use different keys for development and production
  • Rotate keys regularly - Delete old keys and generate new ones periodically
  • Monitor usage - Check your dashboard for unusual API activity

Revoking API keys

If a key is compromised or no longer needed, you can revoke it immediately from the API Keys page. The key will stop working instantly.

Security note

If you believe your API key has been compromised, revoke it immediately and generate a new one.

Something wrong or missing here?

Tell us what to fix. Your email goes to the support team with this article's title already filled in.

Send feedback

Still need help?

Email support@kawaa.com. If your question is about a bulk job, include its job ID from the dashboard.

Contact support