Skip to main content
GET
/
ai
/
settings
Get AI settings
curl --request GET \
  --url https://api.wacht.dev/ai/settings \
  --header 'Authorization: <api-key>'
{
  "gemini_api_key_set": true,
  "openai_api_key_set": false,
  "anthropic_api_key_set": true
}

Authorizations

Authorization
string
header
required

API key authentication (format: Bearer {api_key})

Response

200 - application/json

AI settings

gemini_api_key_set
boolean

Whether Gemini API key is set

Example:

true

openai_api_key_set
boolean

Whether OpenAI API key is set

Example:

false

anthropic_api_key_set
boolean

Whether Anthropic API key is set

Example:

true