Get TikTok Creator Content Style

46 endpoints • Base: https://openapi.scdata.cc

Endpoints

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.

GET/api/v1/audience/tiktok/content_style

Quota usage: Each successful request to this endpoint deducts 300 quota units from your plan.

Request Parameters

Required Parameters

NameInTypeDescription
unique_idquerystringunique_id
example: nike

Optional Parameters

NameInTypeDescription
X-LanguageheaderstringLanguage code, supported: en, zh-CN, ja, ko
example: en

Response Fields

NameTypeDescription
successbooleanSuccess
codeintegerCode
messagestringMessage
dataarray<object>Data
data[].namestringPersonality
data[].descstringDescription

Try It

https://openapi.scdata.cc/api/v1/audience/tiktok/content_style
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

unique_id*

cURL Example

bash
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)

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.

Related Endpoints