Skip to main content
GET
Creator Card

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

creator_id
string
required
organization_id
string
required
workspace_id
string
required

Query Parameters

date_start
string<date> | null

Start of the date range (YYYY-MM-DD).

date_end
string<date> | null

End of the date range (YYYY-MM-DD).

sources
enum<string>[] | null

Filter by engine.

Available options:
Bing,
BingAIO,
ChatGPT,
Perplexity,
Google,
GoogleAIO,
GoogleAIMode,
Claude,
Gemini,
AmazonRufus,
Grok,
Copilot,
Mistral
persona_ids
string[] | null

Filter by a list of persona IDs.

countries
enum<string>[] | null

Filter by country.

Available options:
AR,
AT,
AU,
AE,
BH,
BE,
BO,
BR,
CA,
CN,
CO,
CR,
DK,
DO,
EC,
ES,
FI,
FR,
DE,
GB,
GT,
HK,
HU,
ID,
IE,
IL,
IN,
IT,
JP,
KR,
KW,
LU,
MA,
MX,
MY,
NG,
NL,
NO,
NZ,
PA,
PH,
PK,
PL,
PT,
QA,
RO,
SA,
SE,
SG,
CH,
TH,
TR,
TW,
US,
VN,
ZA
brands
string[] | null

Filter by brand.

categories
string[] | null

Filter by category.

project_ids
string[] | null

Filter by analysis (project) ID.

Response

Successful Response

id
string
required
youtube_channel_id
string
required
first_seen_at
string<date-time>
required
is_stale
boolean
required

True when no metrics snapshot exists within the selected date range and the values shown fall back to the creator's last known snapshot.

influence_score
Metric · object
required
display_name
string | null
handle
string | null
channel_url
string | null
channel_description
string | null
thumbnail_url
string | null
channel_publish_date
string<date> | null
country
string | null
channel_type
string | null
channel_attributes
string[] | null
subscriber_count
Metric · object | null
video_count
Metric · object | null
view_count
Metric · object | null
likes_count
Metric · object | null
comments_count
Metric · object | null
engagement_rate
Metric · object | null
average_views_per_video
Metric · object | null
average_likes_per_video
Metric · object | null
average_comments_per_video
Metric · object | null
is_active_shorts_creator
boolean | null