Skip to content
Saastraunt

Build on Saastraunt

Full REST API. OpenAPI spec. AI-ready. Build your own frontend or integrate with any system.

Quick Start

1. Get your API key

Sign up, subscribe to a plan with API access, and generate your key in the dashboard.

2. Explore the API

Browse the interactive API reference with try-it-now for every endpoint.

3. Build

Use the REST API to build your own frontend, mobile app, or integrate with third-party systems.

API Overview

Menu & Catalog

Browse food items, variants, preset and branch menus.

Orders

Create, track, and manage orders across all channels.

Customers

Customer profiles, addresses, and loyalty progress.

Reservations

Book tables, check availability, manage bookings.

Analytics

Revenue, order trends, top items, and customer insights.

Marketing

Campaigns, promotions, and automation rules.

Authentication

Authenticate with email/password to get a session token, then include it as a Bearer token in API requests.

Example: Sign in and make an API call

# Sign in
curl -X POST /api/auth/sign-in/email \
  -H "Content-Type: application/json" \
  -d '{"email":"you@example.com","password":"****"}'

# Use the session token
curl /api/restaurants \
  -H "Authorization: Bearer <session-token>"

What can you build?

Custom Frontend

Build your own branded ordering experience with React, Vue, or any framework.

Mobile App

Create native iOS/Android apps consuming the same REST API.

AI Assistant

Let AI agents manage your restaurant via the API or MCP protocol.

Third-party Integration

Connect with existing POS, accounting, or delivery systems.

View API Reference