Playground
Try the API. No signup. No key.
Hit the live Reddit and X endpoints right from your browser. Rate-limited to 10 requests per minute per IP. For real volume, join the waitlist.
POST/v1/social/read
Other platform examples →
110 (playground max)
Request body
{
"platform": "reddit",
"source": "r/programming",
"sort": "hot",
"limit": 5
}Response
No response yet.
Pick a platform and example, then click "Run request" to see live data.
Playground rate limit: 10 req / minute · Reddit + X liveNeed more? Join the waitlist →
Like what you see?
With an API key you get higher rate limits, full limit up to 100, write + analytics endpoints, and 1,000 free requests on signup.
$ curl with your own key:
curl -X POST https://socialrouter.ai/v1/social/read \
-H "Authorization: Bearer sr_prod_xxxx" \
-d '{"platform":"x","source":"x/openai","limit":25}'