Get YouTube Creator Content Style

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

Endpoints

Classifies a YouTube 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/youtube/content_style

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

Request Parameters

Required Parameters

NameInTypeDescription
channel_idquerystringChannel ID
example: UCX6OQ3DkcsbYNE6H8uQQuVA

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/youtube/content_style
Select an API key from Dashboard
Add an API key before sending a request.Go to Dashboard

Query Params

channel_id*

cURL Example

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/youtube/content_style?channel_id=UCX6OQ3DkcsbYNE6H8uQQuVA" \
-H "Authorization: YOUR_API_KEY"

Response Example (200 application/json)

json
{
"success": true,
"code": 200,
"message": "Request successful",
"data": [
{
"name": "Celebrity",
"desc": "MrBeast is at the pinnacle of influence with a massive subscriber count and high engagement rates. His content spreads widely, and his audience is highly engaged, showing characteristics of a celebrity influencer. His followers are deeply invested in his content, and his influence extends globally."
},
{
"name": "Activist",
"desc": "MrBeast demonstrates a strong commitment to philanthropy and social impact projects, which resonates deeply with his audience. His charitable acts and community-focused initiatives align with the traits of an activist influencer, as he actively champions causes and engages his audience in meaningful ways."
}
]
}

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