Restaurant Knowledge API
Structured knowledge about restaurants, their menus and the people who dine there — ready for any AI model or application.
- Restaurant profiles, hours & locations
- Menu items with structured attributes
- Customer segments & preference signals
// Fetch a restaurant with full menu intelligence const res = await fetch('https://api.clawpos.com/v1/restaurants/1234?include=menu', { headers: { 'Authorization': 'Bearer YOUR_KEY' } }); const data = await res.json(); // data.menu[0].ingredients → structured food graph