1. Get an API key
Scanner keys are self-serve from the dashboard:- Sign up at app.getsly.ai (creates your tenant)
- Go to Developers → API Keys → Scanner API Keys → Create Scanner Key
- Pick scopes (
scan,batch,read,tests— all four by default), copy thepsk_live_…shown once - You instantly get 100 free trial credits — no email, no ops touch
owner or admin role on your tenant. Beyond the trial, top up via credit packs or apply for the design-partner program (5,000 free credits + Scale pricing locked).
Need help? partners@getsly.ai.
2. Install + scan (TypeScript / JavaScript)
2b. Scan via raw HTTP (any language)
X-Credits-Remaining header so you can track your balance without an extra call. See data model for every field.
3. Check your balance
SDK:4. Batch-score a merchant list
SDK — bounded-concurrency stream (recommended for 10–500 domains):batch_id. Poll /v1/scanner/scan/batch/:id every few seconds for progress.
5. Audit your charges
Every consume row in the ledger links to the scan it paid for via?expand=scan:
6. Find best prospects
opportunity_score. Export the full list as CSV with /v1/scanner/prospects/export.
What’s next
- SDK reference — typed methods, errors, retries
- Authentication — keys vs JWT
- Credits & billing — pricing, auto-refunds, top-ups
- Endpoint reference