πŸ“Š Dashboard πŸ“ž Calls ☎️ Numbers πŸ“ Scripts ✨ AI Tools πŸ’³ Billing πŸ“ˆ Reports βš™ Settings πŸ” API Keys πŸ“š API Docs ⚑ AI Ads ← Back to ShuiLink

API Portal

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

Heads up: API keys created here work for both ads and voice endpoints β€” one key, both 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 voice@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://voice.shuilink.com/api/v1/numbers/ \
  -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 β†’