Creators
Batch Creator Details
Provides creator profile information for multiple creators in a single request. Returns associated channels and labels for each URL.
Input: Provide 1-10 social media profile URLs (e.g., https://youtube.com/@handle)
Note: Engagement metrics are not available for batch requests.
POST
Batch Creator Details
Documentation Index
Fetch the complete documentation index at: https://docs.upriver.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Body
application/json
Input payload for batch creator lookup.
Known social media profile URLs for the creators. Example: https://youtube.com/@handle
Required array length:
1 - 10 elementsExample:
[
"https://youtube.com/@MrBeast",
"https://youtube.com/@MKBHD",
"https://youtube.com/@CelineDept"
]
Previous
SearchUnified creator search for exact, broad, and filter-only queries.
**Exact lookup:** Provide `creator_url` (or an exact `query`) to quickly find the creator and linked channels.
**Broad discovery:** Provide `query` with optional filters (platforms, category_ids, follower_bucket, follower range, country/language).
**Filter-only browse:** Provide `category_ids` + `follower_bucket` without a text query to browse creators by category and size.
Results are paginated via cursor. Pass `next_cursor` from the response as `cursor` in the next request to fetch the next page.
Use the `include` query parameter for optional expansions. In `/creators/search`, include expansions are supported only for exact `creator_url` lookups.
Next
Batch Creator Details