Pull alerts, push events, integrate POS systems. Available on Growth+ plans.
All requests are HTTPS. Authenticate via Bearer token.
# 1. Get your API key from Settings → API keys export CHEFFY_KEY="ciq_live_..." # 2. List recent alerts curl -H "Authorization: Bearer $CHEFFY_KEY" \ https://api.cheffyiq.com/v1/alerts?limit=10
When a violation is detected, we POST this to your endpoint:
{
"event": "alert.created",
"timestamp": "2026-04-30T12:42:18Z",
"alert": {
"id": "alt_8d3kf9",
"severity": "critical",
"category": "hygiene",
"title": "Plating without gloves",
"chef_id": "chef_anita_42",
"camera_id": "cam_02",
"location_id": "loc_federal_hill",
"clip_url": "https://clips.cheffyiq.com/...",
"confidence": 0.96
}
}
Growth: 500 req/min
Enterprise: 5,000 req/min