Fetch profile IDs by handle
Profiles
Fetch profile IDs by handle
Fetch profile IDs for multiple platform handles in a single request.
This lightweight endpoint returns only the handle-to-ID mapping, not full profile data. Use the returned IDs with other endpoints to fetch profile details, content, and analysis.
This endpoint costs a flat rate of 1 credit, regardless of how many handles are requested (up to 100).
POST
Fetch profile IDs by handle
Authorizations
Your API key. Include it in the x-api-key header for all requests.
Path Parameters
Platform identifier
Available options:
twitch, youtube, instagram, tiktok Example:
"twitch"
Body
application/json
Array of platform handles to look up
Required array length:
1 - 100 elementsExample:
["streamer123", "@gamer456", "creator789"]
