Skip to main content
Developer API

API Reference

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

Developer workspace with code editor
Overview

Getting started

Base URLhttps://api.dramwell.ai/v1
AuthenticationBearer token — include your API key in the Authorization header
Rate Limits1,000 requests / minute per organization. 429 returned when exceeded.
Response Formatapplication/json — all responses follow a consistent envelope schema

Example request

curl https://api.dramwell.ai/v1/guests
  -H "Authorization: Bearer YOUR_API_KEY"
  -H "Content-Type: application/json"

Ready to build?

Create a free account to generate your API key and start making requests in minutes.