MINARA

Ollama Cloud API key

POST /v1/auth/ollama/api-key — Save an Ollama Cloud API key. Validates the key against the configured Ollama host's `/api/tags` before persisting; pass

POST /v1/auth/ollama/api-key

Save an Ollama Cloud API key. Validates the key against the configured Ollama host's /api/tags before persisting; pass saveAnyway: true to store an unverified key.

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

Request body

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

On this page