MINARA

Kimi direct API key

POST /v1/auth/kimi/api-key — Save a Kimi API key. Checks the official model list first; `saveAnyway` allows storage during outages.

POST /v1/auth/kimi/api-key

Save a Kimi API key. Checks the official model list first; saveAnyway allows storage during outages.

MethodPOST
Path/v1/auth/kimi/api-key
AuthAuthorization: Bearer <token> required
Categoryauth

Request body

{ "apiKey": "...", "saveAnyway"?: boolean }

On this page