A Quiteful

Documentation

Everything you need to integrate Quiteful into your website or app.

Getting Started

Choose your integration method and get your menus live in minutes.

Script Embed

The fastest way to add menus to any website. Copy and paste one line of code.

<script src="https://app.quiteful.com/embed.js" data-location="YOUR_LOCATION_UUID"></script>
Learn more about embeds

WordPress Plugin

Install the plugin and use shortcodes to display menus anywhere.

[menu_embed]
[full_menu location_id="uuid"]
[tenant_menus slug="your-restaurant"]
View WordPress documentation

REST API

Build custom integrations with our JSON API. Perfect for developers.

GET https://quiteful.com/api/v1/tenants/{slug}/menus
GET https://quiteful.com/api/v1/tenants/{slug}/recipes
POST https://quiteful.com/api/v1/analytics/events
View API reference

WordPress Integration

The Quiteful WordPress plugin makes it easy to display your menus on any WordPress site.

Installation

  1. Download the plugin from your Quiteful dashboard
  2. Upload to WordPress via Plugins → Add New → Upload
  3. Activate the plugin
  4. Navigate to Settings → Quiteful and add your API key

Available Shortcodes

[menu_embed]

Displays the default menu for your configured location

[full_menu location_id="uuid"]

Displays a specific location's menu by UUID

[tenant_menus slug="your-restaurant"]

Displays all menus for a specific venue

API Reference

Our REST API provides programmatic access to all your menu data.

Authentication

Use Bearer tokens for authenticated endpoints:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://quiteful.com/api/v1/tenants/your-restaurant/menus

Key Endpoints

GET /api/v1/tenants/{slug}/menus

List all menus for a venue

GET /api/v1/tenants/{slug}/recipes

List all recipes with allergen data

GET /api/v1/locations/{uuid}

Get location details

View full API documentation

Need Help?

Our support team is here to help with your integration.

Contact Support

SDKs & Libraries

Coming soon: JavaScript and PHP SDKs to make integration even easier.