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.
/api/v1/audience/youtube/content_styleQuota usage: Each successful request to this endpoint deducts 300 quota units from your plan.
Request Parameters
Required Parameters
| Name | In | Type | Description |
|---|---|---|---|
channel_id | query | string | Channel ID example: UCX6OQ3DkcsbYNE6H8uQQuVA |
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
channel_id*cURL Example
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)
{"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.