itemInfo.creatorID 获取,支持一次传多个101: 创作者基础信息102: 报价与价格指数103: 创作者基础信息104: 数据统计(受众画像/粉丝趋势/整体表现/视频表现)105: 近期作品106: 创作者市场状态107: 内容分类标签125: 创作者类型与展示信息{
"tt_uids": ["103641138313531392"],
"need_loader_list": [101, 104, 105],
"creator_type": 2
}creators: 创作者卡片列表,返回字段随 need_loader_list 变化,常见:ttUID: 创作者IDcreatorTTInfo: 昵称、handle、头像、粉丝数、简介、地区statisticData: 受众画像(age / gender / region / deviceBrand)、粉丝增长曲线、整体表现(互动率/播放中位数及其排名)、视频表现recentItems: 近期作品 (itemID / title / views / heart / comment / share / coverURL / videoURL)contentLabels: 内容分类标签creatorProfile / priceIndex / esData: 报价与创作者市场状态itemInfo.creatorID of /get_top_contents_list, multiple IDs allowed101: Creator basic info102: Quote and price index103: Creator basic info104: Statistics (audience profile / follower trend / overall performance / video performance)105: Recent posts106: Creator marketplace status107: Content labels125: Creator type and display info{
"tt_uids": ["103641138313531392"],
"need_loader_list": [101, 104, 105],
"creator_type": 2
}creators: Creator card list; returned fields depend on need_loader_listAuthorization: Bearer ********************{
"tt_uids": [
"103641138313531392"
],
"need_loader_list": [
101,
102,
103,
104,
105,
106,
107,
125
],
"creator_type": 2
}curl --location 'https://api.tikomni.com/api/u1/v1/tiktok/ads/get_creators_card' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"tt_uids": [
"103641138313531392"
],
"need_loader_list": [
101,
102,
103,
104,
105,
106,
107,
125
],
"creator_type": 2
}'{}