API Reference
Build custom integrations with the FlutéOS REST API. Authenticate once, then access guests, orders, analytics, and more with clean, predictable endpoints.

Getting started
https://api.dramwell.ai/v1Example request
curl https://api.dramwell.ai/v1/guests -H "Authorization: Bearer YOUR_API_KEY" -H "Content-Type: application/json"
API categories
Guests
Create, read, update, and search guest profiles. Access visit history, preferences, and loyalty balances.
GET /v1/guestsReservations
Manage bookings, availability windows, table assignments, and party size constraints.
POST /v1/reservationsMenu
Query your live menu, modifiers, allergen flags, and pricing. Sync changes from your POS in real time.
GET /v1/menu/itemsOrders
Create and track orders, apply discounts, process payments, and retrieve itemized receipts.
POST /v1/ordersAnalytics
Pull revenue summaries, cover counts, average check size, and AI-generated trend reports.
GET /v1/analytics/summaryWebhooks
Subscribe to real-time events for reservations, order completions, guest check-ins, and more.
POST /v1/webhooksReady to build?
Create a free account to generate your API key and start making requests in minutes.