Get your API key
5 free calls, no card. Two steps and about twenty seconds: enter your email, paste the 6-digit code we send back. Works the same whether you're a human or an agent doing it for one.
Already have a key? Open your dashboard.
Signing up on behalf of a user?
Same two calls, no browser needed — the code goes to their inbox and they read it back to you.
curl -X POST -H "Content-Type: application/json" \
"https://api.socialsearchapi.com/v1/auth/request-code" -d '{"email":"[email protected]","agent":"my-agent"}'
curl -X POST -H "Content-Type: application/json" \
"https://api.socialsearchapi.com/v1/auth/verify" -d '{"email":"[email protected]","otp":"123456"}'That returns a disposable trial key, safe to keep in your working context. The user's permanent key is never in the response — call /v1/auth/browser-link and open the link in their browser instead.