cURL
curl --request GET \ --url https://api.d1g.qzz.io/api/v1/ai/has-key \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "hasKey": true } }
Check if user has AI API key configured
Use JWT token (from Supabase auth) or API key (format: sk_live_...)
Key status retrieved
true
Show child attributes