Go from account to first API response in minutes.
The API host now owns docs, login, keys, billing, usage, and webhooks. Follow these steps to get from zero to a working request without touching the old portal developer page.
Create account
Create your account on the main SocialSpy portal. After signup and OTP verification, return to the API host and continue with the same account.
Create SocialSpy accountUse the API-site login screen with your SocialSpy email. The API host sends an OTP to verify access before the dashboard opens.
Open loginCreate key
After login, open the Keys page, choose a preset, and create the API key you want to use in your backend or internal tooling.
- Presets control scope combinations and per-key rate limits.
- Billing is separate from the preset itself.
- Use different keys for development, staging, and production.
Make request
curl --request GET \ --url 'https://api.socialspy.io/v2/creators/search?country=India&niche=fitness&limit=5' \ --header 'Authorization: Bearer sk_live_xxx' curl --request GET \ --url 'https://api.socialspy.io/v2/top-accounts?country=US&mode=authority&limit=10' \ --header 'Authorization: Bearer sk_live_xxx'
Configure billing
Open the Billing page and add credits with Razorpay before routing real production traffic.
Register webhook endpoints from the Webhooks page so async generations and future event types can call back into your system.