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

PlanRate Limit
Starter100 req/min
Professional1,000 req/min
EnterpriseCustom

Response Headers

X-RateLimit-Limit: 1000
X-RateLimit-Remaining: 999
X-RateLimit-Reset: 1640000000