Authentication

API Keys

Manage your API keys for authentication

API Key Management

API keys are used to authenticate your requests to CatLove Cloud. Keep your API keys secure and never expose them in client-side code.

Creating an API Key

  1. Go to your Dashboard
  2. Navigate to API Keys section
  3. Click "Create New Key"
  4. Copy and securely store your key

Using Your API Key

Include your API key in the Authorization header:

Authorization: Bearer sk-your-api-key-here