API Authentication
Secure API authentication using Bearer tokens and API keys.
Bearer Token Authentication
bash
curl -X GET https://api.cognitivex.ai/v1/memory/search \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json"Rate Limits
| Plan | Rate Limit |
|---|---|
| Starter | 100 req/min |
| Professional | 1,000 req/min |
| Enterprise | Custom |
Response Headers
X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1640000000