Skip to main content
GET
/
api
/
check-env-key
Check if API key is configured
curl --request GET \
  --url http://localhost:5173/api/check-env-key \
  --cookie apiKeys=
{
  "exists": true
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Query Parameters

key
string
required

Environment variable name to check

Response

200 - application/json

Key status

exists
boolean