Developers

API Reference

REST and WebSocket APIs for events, alerts, chefs, recipes and edge fleet management.

# Authentication
curl -H "Authorization: Bearer YOUR_TOKEN" https://api.mychefvision.com/v1/events

# Stream live events
wscat -c wss://api.mychefvision.com/v1/stream

# Create a chef
POST /v1/chefs
{
  "name": "Antonio Rossi",
  "outlet_id": "outl_xyz",
  "position": "Head Chef"
}