cURL
curl --request POST \ --url https://api.d1g.qzz.io/api/v1/ai/save-key \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "apiKey": "AIza..." } '
{ "success": true, "data": { "message": "API key saved successfully" } }
Save Google Gemini API key for AI features
Use JWT token (from Supabase auth) or API key (format: sk_live_...)
"AIza..."
API key saved
true
Show child attributes