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