- Scrumball-API
- Code-状态码
- tiktok
- instagram
- youtube
- 受众画像(audience)
- twitch
互动行为(interactive behavior)
GET
/api/v1/audience/tiktok/interactive_behavior
受众画像(audience)
请求参数
Query 参数
unique_id
string
Unique Id
示例值:
nike
Header 参数
Authorization
string
可选
默认值:
{{auth_key}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://openapi.scdata.cc/api/v1/audience/tiktok/interactive_behavior' \
--header 'Authorization: '
返回响应
🟢200成功示例
application/json
Body
success
boolean
Success
默认值:
true
code
integer
Code
默认值:
200
message
string
Message
默认值:
请求成功
data
Data
Any of
role
Role
value
Value
demographic
Demographic
示例
{
"success": true,
"code": 200,
"message": "请求成功",
"data": [
{
"role": "Viewer",
"value": "60.00",
"demographic": "Primarily young adults and teenagers who enjoy entertaining content."
},
{
"role": "Content Creator",
"value": "25.00",
"demographic": "Individuals creating similar engaging videos or aspiring YouTubers."
},
{
"role": "Brand Collaborator",
"value": "15.00",
"demographic": "Companies looking to partner for promotions and sponsorships in videos."
}
]
}
🟠422参数错误