Dishes
Add menu items used by pairing AI.
New Style Admin
Manage pairing API data: add/edit dishes and wines, then run live API checks.
4
Dishes
4
Wines
/api/pairing
Endpoint
Add menu items used by pairing AI.
Run `/api/pairing` with custom payload from current dataset.
Dish
Wines
Result
Run API to see pairing response.
{
"dish": {
"id": "escargots",
"name": "Escargots de Bourgogne",
"price": 18,
"description": "Burgundy snails with garlic herb butter, parsley and toasted baguette points.",
"image": "https://lh3.googleusercontent.com/aida-public/AB6AXuBhlI46dafXSZ08utjSWbYOYBXZcyqovonosZ2MUis2T4FrSvjy7_Er5VMFJGAyjeWp6cx4bAhd_fI7SJMDIIwahIUPZlC02XtIhiDwCHmPSxPugT4iWUD67WMW99bbqs2xkNY5bYvdOaPa6jOirgJHjo9wV0NTJewH4our6G4GtxHwO9VnE0K3h93WLpEAD80eTfNnFdE31B3kcA4ndUFvOistF3Se_VuL9iOVmF5AN-mDj830CgfHP0aDivk8iqNlJQeBWp8M6L0",
"tags": [
"Starter",
"Classic",
"Garlic"
]
},
"wines": [
{
"id": "riesling",
"name": "Trimbach Riesling",
"region": "Alsace, France",
"year": 2020,
"price": 52,
"rating": 4.8,
"description": "Bone-dry profile with mineral finish and focused citrus backbone.",
"image": "https://lh3.googleusercontent.com/aida-public/AB6AXuABMH3ZAPvQDWYLpx-j0KtibgdkAUtyn9irKC3oXRspQSs0L9BsBfegaa05g4i_0tSTAW2oZUOVeLU0TtyFc1K6gp9TfjjgZ7Lh0uRB-UYI67OyHB5bXgnk2CgEXCNZJm2Su_74shDXO5hQdBWcAooOCdq4ysIJzg54UF46RvRo01GL2ZqihghrKbGQqaoITAMvMzcLiiJaVn6TBq2OkAquPEoUQVI81Wgbb-9V35UAkU0E365Iug6VT10azf1carabk54uYi1aZ9Q",
"tags": [
"Dry",
"High Acid"
]
},
{
"id": "pinot",
"name": "Cristom Pinot Noir",
"region": "Willamette Valley, USA",
"year": 2018,
"price": 68,
"rating": 4.2,
"description": "Red cherry fruit, bright acidity and earthy undertones.",
"image": "https://lh3.googleusercontent.com/aida-public/AB6AXuDE5USocOgYDhITeOQgMjG7LsiFuP3dqCZ6ueQfcYZ8fhmANSDP1Ms-UZ9B9oJVJPYSOaZ3VpdtN3zyNF8TlHglSTJVg9gHSm_0tFfHPX5s97iOrE5dkxl8WQVXA0nFYyNZWuN2uKMWMhyYj5Bo2XsLZP1kAg3uWQqsMZZWtxGUHxxvebDE7WZyPDwuWr3r-VBADpbh-N9Sqxz6jI6vK_L0e7aPNXfeLMb5unfSqT2DCc9df0kvGi7FH92cvQDILKSbktOz8E-Xxjk",
"tags": [
"Light Body",
"Earthy"
]
},
{
"id": "cabernet",
"name": "Stag's Leap Cabernet",
"region": "Napa Valley, USA",
"year": 2019,
"price": 85,
"rating": 4.5,
"description": "Powerful tannins and dark fruit built for heavier proteins.",
"image": "https://lh3.googleusercontent.com/aida-public/AB6AXuC0K331aFTTh8xf47OiTmQkjzYyZgsVD8dtLxHbYmrVTeRYnzM9_sxSUJNLifZ7_opq23tVHQwU759mDWEjQC09iYiQIw7WnQmDCo82059t1Elow-QvBZreisUpw7R37nPZGSPem6SAgjbQsp7J8EKLHZVJyIOg2Fa2GO67LBWEF1MdpmF3llAdkLBrQy2Wz24RK7T5Z7Jo7BthcvqGi_Gzm_KZROTfmpEl17VY34aF6paOjoGOelftLHRxt0AGBc4zkKmYCt2tB7Y",
"tags": [
"Bold",
"Tannic"
]
},
{
"id": "rose",
"name": "Chateau d'Esclans Rose",
"region": "Provence, France",
"year": 2021,
"price": 45,
"rating": 4,
"description": "Crisp and floral with a light body and summer-fruit profile.",
"image": "https://lh3.googleusercontent.com/aida-public/AB6AXuBTbxB_RLGGuNNlEY6_aWuM1r77Q-7NQwx10_8Y_xN-XYN6hS0sMOpNmzpTvTNYMpWx4NIGkf-fEv4DIhN8O8y5hsTrWAplmhMkwsEOFhpMyfLP5c5w5pID7cRlk8quUWEF70XRhU38CCLnXTghZt1pykh4bkZK0OKa3EG56NHBS3LDlOy0CXoZCORtSZZe2mSMjK7GvAntDHQWy8RVWuqVtaSUUsluhysKaKk7N_OPwl-iURyfGpR3lun0WfF_nkagtyvx7PU2kQs",
"tags": [
"Crisp",
"Fruity"
]
}
],
"response": null
}