🔌 API endpoint
https://api.gatekeep.top
# Example call (curl)
curl -X POST https://api.gatekeep.top \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY" \
-d '{"messages":[{"role":"user","content":"Hello"}]}'
# Check balance
curl https://api.gatekeep.top/balance -H "Authorization: Bearer YOUR_API_KEY"