Authentication

API authentication requirements and header formats for Kodey API

All API requests require authentication via the x-api-key header.

Header Format

x-api-key: <your_api_key>

or

X-Api-Key: <your_api_key>

Example Request

GET /chat HTTP/1.1
Host: pooled.api.kodey.ai
x-api-key: pk_live_7Xk9mNpQ2rStUvWxYz3aBcDeFgHjKm
Content-Type: application/json