Classifies a TikTok creator's recent content into style dimensions and summarises the personality they project to their audience. Premium audience insight endpoint with a higher quota cost.
/api/v1/audience/tiktok/content_styleQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
unique_id | query | string | unique_id example: nike |
Optional Parameters
| Name | In | Type | Description |
|---|---|---|---|
X-Language | header | string | Language code, supported: en, zh-CN, ja, ko example: en |
Response Fields
| Name | Type | Description |
|---|---|---|
success | boolean | Success |
code | integer | Code |
message | string | Message |
data | array<object> | Data |
data[].name | string | Personality |
data[].desc | string | Description |
Try It
Query Params
unique_id*cURL Example
curl -X GET "https://openapi.scdata.cc/api/v1/audience/tiktok/content_style?unique_id=nike" \-H "Authorization: YOUR_API_KEY"
Response Example (200 application/json)
{"success": true,"code": 200,"message": "Request successful","data": [{"name": "Announcer","desc": "Nike fits the Announcer personality type because they broadcast great content that spreads widely, especially around major events like Breaking4. Their broad, diverse audience values their content, and they serve as an important source of information in the sports and fitness industry."},{"name": "Tastemaker","desc": "Nike also aligns with the Tastemaker personality type as they know what their audience likes and don't just follow trends—they set them. Their content, from sneaker releases to athlete showcases, earns respect and engagement from their network, demonstrating their ability to influence and lead in their niche."}]}
Use Cases
- Brand-voice matching — Pair a playful brand with playful creators and a premium brand with polished ones.
- Creative brief input — Write briefs that work with a creator's natural format instead of against it.