πŸ“Š Dashboard 🍱 Bookings πŸ“œ Menu πŸ‘¨β€πŸ³ Chefs ✨ AI Tools πŸ’³ Billing πŸ“ˆ Reports βš™ Settings πŸ” API Keys πŸ“š API Docs 🎬 Demos ⚑ AI Ads (cross) πŸ“ž AI Voice (cross) ← Back to ShuiLink

API Portal

Programmatic access to your Hibachi account. Generate keys, pick a tier, and call our REST API from your own tools.

Heads up: API keys created here work for ads, voice, AND hibachi endpoints β€” one key, all three products.

Your API keys

Loading…

Tier limits

Loading…
Loading…

All plans include access to the live dashboard. Billing isn't live yet β€” for now everyone gets the Free tier on signup; email hibachi@shuilink.com to upgrade.

Quick reference

Full reference (intro, use cases, endpoint schemas, error codes, code samples) lives at /portal/docs/. Below is the 30-second cheat sheet.

Authenticate

curl https://hibachi.shuilink.com/api/v1/bookings/ \
  -H "Authorization: Bearer sl_YOUR_KEY"

Rate-limit headers on every response

X-Tier: pro
X-RateLimit-Limit: 10000
X-RateLimit-Remaining: 9837
Open full docs β†’