Skip to main content
GET
/
ai
/
has-key
Check AI API Key
curl --request GET \
  --url https://api.d1g.qzz.io/api/v1/ai/has-key \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": {
    "hasKey": true
  }
}

Authorizations

Authorization
string
header
required

Use JWT token (from Supabase auth) or API key (format: sk_live_...)

Response

200 - application/json

Key status retrieved

success
boolean
Example:

true

data
object