GymGuard
GymGuard · Vercel Proxy

It's running.

Edge proxy that forwards verification requests to Azure OpenAI without exposing the API key to the iOS app. See support, privacy, and terms.

Status

Health: checking…

Endpoints

GET /api/health
POST /api/verify

iOS app config

In Xcode → Edit Scheme → Run → Arguments → Environment Variables:

GYMGUARD_PROXY_URL = https://buddygym.xyz

Verify request

POST /api/verify
Content-Type: application/json

{
  "image_data_uri": "data:image/jpeg;base64,..."
}

Verify response

{
  "is_gym": true,
  "confidence": 0.92,
  "reason": "Free weights and squat rack visible."
}