Playground
Compose and send requests to any API without leaving the dashboard. Pick an endpoint, tweak the body, and send.
Request
Response
200 OK142ms
response.json
{
"handle": "@builder",
"followers": 128400,
"following": 892,
"engagement_score": 7.4,
"verified": true,
"status": "ok",
"request_id": "req_23af9"
}cURL equivalent
request.sh
curl https://api.tuerss.dev/v1/profile-intelligence \
-H "Authorization: Bearer $KEY" \
-d '{ "handle": "@builder" }'