API Reference
The Suko API is a REST API available at https://api.getsuko.com.
Endpoints
| Endpoint | Auth | Description |
|---|---|---|
POST /api/chat | API key | Send a message to the AI assistant |
POST /api/public/reservations | API key | Submit a reservation from a custom form |
GET /api/public/restaurants/{id}/config | None | Full public config (menu + hours + info) |
GET /api/public/restaurants/{id}/menu | None | Restaurant menu |
GET /api/public/restaurants/{id}/hours | None | Opening hours |
GET /api/public/restaurants/{id}/info | None | Restaurant info |
The /api/public/* endpoints require no authentication — use them directly
from your website to display menu, hours, and restaurant info without a backend.