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
- Go to your Dashboard
- Navigate to API Keys section
- Click "Create New Key"
- 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