Skip to main content
GET
/
v1
/
creators
Creator Details
curl --request GET \
  --url https://api.upriver.ai/v1/creators \
  --header 'X-API-Key: <api-key>'
{
  "channels": [
    {
      "platform": "<string>",
      "handle": "<string>",
      "url": "<string>",
      "platform_id": "UCBcRF18a7Qf58cCRy5xuWwQ",
      "display_name": "MrBeast",
      "profile_pic_url": "https://yt3.ggpht.com/...",
      "subscriber_count": 4227,
      "subscriber_count_text": "4.2K",
      "engagement_metrics": {
        "avg_views": 125000,
        "avg_likes": 5000,
        "avg_comments": 500,
        "avg_engagement_rate": 0.05
      }
    }
  ],
  "tags": [
    {
      "id": "<string>",
      "name": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

url
string
required

Known social media profile URL for the creator. Example: https://youtube.com/@handle

include
string[]

Optional expansions to include in the response. Allowed values: engagement_metrics. Example: include=engagement_metrics

Response

Successful Response

Response returned by the creator get endpoint.

channels
CreatorPlatform · object[]

Social media channels for the creator across supported platforms.

tags
CreatorTag · object[]

Tags for the creator (best-effort; may be empty when unknown).