API ReferenceOverview

API Reference

The Suko API is a REST API available at https://api.getsuko.com.

Endpoints

EndpointAuthDescription
POST /api/chatAPI keySend a message to the AI assistant
POST /api/public/reservationsAPI keySubmit a reservation from a custom form
GET /api/public/restaurants/{id}/configNoneFull public config (menu + hours + info)
GET /api/public/restaurants/{id}/menuNoneRestaurant menu
GET /api/public/restaurants/{id}/hoursNoneOpening hours
GET /api/public/restaurants/{id}/infoNoneRestaurant info

The /api/public/* endpoints require no authentication — use them directly from your website to display menu, hours, and restaurant info without a backend.