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 credits remaining for your dish-embed account. Free to call, no credits charged. Returns 402 when balance hits zero on other calls.
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.