Guides
Integration Guides
Step-by-step guides for the most common dish-embed integrations. Each guide includes full working Python code you can adapt to your platform.
- Menu Deduplication Pipeline - Clean duplicate menu items across your catalog
- Search Integration - Add semantic menu search to your platform
- Cart Upsell Engine - Boost average order value with intelligent suggestions
- Menu Health Monitoring - Track and improve menu data quality over time
GET /balance
GET /balance returns your remaining quota for the current billing period. Free to call and not metered. Other calls return 402 once the quota is exhausted.
Menu Deduplication Pipeline
Full dedup pipeline using POST /dedup. Load menu from CSV or database, cluster duplicates, pick canonical names, and update records. Python code included.