Skip to main content
These endpoints are available on the platform API (api.aws.cognee.ai) and manage account-level resources.

Subscriptions

EndpointDescription
GET /api/v1/subscriptions/statusCheck subscription status: none, trial, cancelled, or active
POST /api/v1/subscriptions/unsubscribeCancel an active subscription
POST /api/v1/subscriptions/resubscribeReactivate a cancelled subscription

API keys

EndpointDescription
GET /api/v1/api-keysList all API keys for the authenticated user
POST /api/v1/api-keysGenerate a new API key
DELETE /api/v1/api-keysDelete an API key
POST /api/v1/api-keys/checkValidate whether an API key is active
GET /api/v1/api-keys/my-user-idGet the user ID associated with the current authentication
API keys are also managed through the API Keys UI.

Health

GET /health — Basic availability probe for the Cognee Cloud service. Returns an empty 200 OK response when the service is running.