api-reference
Authentication

Authentication

Kortexa uses API keys to authenticate requests. You can view and manage your API keys in the Kortexa Dashboard.

Your API keys carry many privileges, so be sure to keep them secure! Do not share your secret API keys in publicly accessible areas such as public repositories, client-side code, and so forth.

Bearer Token

Authentication to the API is performed via HTTP Bearer Auth. Provide your API key as the bearer token in the Authorization header.

Authorization: Bearer ktx_live_123456789

All API requests must be made over HTTPS. Calls made over plain HTTP will fail. API requests without authentication will also fail.