Everything you need to integrate Quiteful into your website or app.
Choose your integration method and get your menus live in minutes.
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>
Install the plugin and use shortcodes to display menus anywhere.
[menu_embed]
[full_menu location_id="uuid"]
[tenant_menus slug="your-restaurant"]
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
The Quiteful WordPress plugin makes it easy to display your menus on any WordPress site.
[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
Our REST API provides programmatic access to all your menu data.
Use Bearer tokens for authenticated endpoints:
curl -H "Authorization: Bearer YOUR_API_KEY" \
https://quiteful.com/api/v1/tenants/your-restaurant/menus
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
Coming soon: JavaScript and PHP SDKs to make integration even easier.