Content-Stil eines TikTok-Creators

46 Endpunkte • Basis: https://openapi.scdata.cc

Endpunkte

Ordnet die aktuellen Inhalte eines TikTok-Creators Stil-Dimensionen zu und fasst die Persönlichkeit zusammen, die er seinem Publikum vermittelt. Premium-Audience-Endpunkt mit höherem Kontingentverbrauch.

GET/api/v1/audience/tiktok/content_style

Kontingentverbrauch: Jede erfolgreiche Anfrage an diesen Endpunkt zieht 300 Kontingenteinheiten von Ihrem Plan ab.

Request-Parameter

Pflichtparameter

NameOrtTypBeschreibung
unique_idquerystringunique_id
example: nike

Optionale Parameter

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

Antwortfelder

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

Ausprobieren

https://openapi.scdata.cc/api/v1/audience/tiktok/content_style
API-Schlüssel aus dem Dashboard auswählen
Fügen Sie einen API-Schlüssel hinzu, bevor Sie eine Anfrage senden.Zum Dashboard

Query-Parameter

unique_id*

cURL-Beispiel

bash
curl -X GET "https://openapi.scdata.cc/api/v1/audience/tiktok/content_style?unique_id=nike" \
-H "Authorization: YOUR_API_KEY"

Antwortbeispiel (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."
}
]
}

Anwendungsfälle

  • Markenstimme abgleichen — Kombinieren Sie eine verspielte Marke mit verspielten Creators und eine Premium-Marke mit polierten Profilen.
  • Input für das Kreativ-Briefing — Verfassen Sie Briefings, die mit dem natürlichen Format des Creators arbeiten statt dagegen.

Verwandte Endpunkte