📊 Dashboard 🔑 Keywords 📝 Ad Copy ✨ AI Tools 💳 Billing 📈 Reports ⚙ Settings 🔐 API Keys 📚 API Docs ← Back to ShuiLink

API Portal

Programmatic access to your Google Ads automation. Generate keys, pick a tier, and call our REST API from your own tools.

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 shuilin9108@gmail.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://ads.shuilink.com/api/v1/campaigns/ \
  -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 →