GET/v1/hooks/{id}1 Credits
Hook holen
Reicher Datensatz. Unbekannte/ungültige id: 404.
Das ist eine Berechtigung am Key, kein Request-Header. Fehlt sie, kommt 403 api_not_enabled.
Request-Parameter
| Name | In | Typ | Pflicht | Beschreibung |
|---|---|---|---|---|
id |
path | string | Pflicht | Public id, hook_ plus 32 Hex. |
Antwort
{
"id": "hook_9f2a1c0b4e7d4a1f8c3e2d1b0a9f8e7d",
"text": "Stop scrolling if you edit short-form.",
"platform": "tiktok",
"media_type": "video",
"thumbnail_url": "https://cdn.example/thumb.jpg",
"category": "education",
"hook_duration_sec": 2.4,
"published_at": "2026-03-12T18:04:00.000Z",
"source_url": "https://www.tiktok.com/@studio/video/1",
"caption": "Cut the greeting. Start on the claim.",
"duration_sec": 18,
"summary": "A cut-bay lesson on opening frames.",
"emotions": null,
"comment_themes": null,
"metrics": null,
"creator": null,
"audio": null
}
Antwortfelder
| Name | Typ | Pflicht | Beschreibung |
|---|---|---|---|
id |
string | Pflicht | Public id, hook_ plus 32 Hex. |
text |
string | Pflicht | Hook-Text. |
platform |
string | Pflicht | Quellplattform, z. B. tiktok. |
media_type |
string | Nullable | Medienart, falls bekannt. |
thumbnail_url |
string | Nullable | Thumbnail-URL, falls bekannt. |
category |
string | Nullable | Kategorie-Slug, falls bekannt. |
hook_duration_sec |
number | Nullable | Öffnungsdauer in Sekunden, falls bekannt. |
published_at |
string | Nullable | Veröffentlichungszeit, falls bekannt. |
source_url |
string | Nullable | Canonical-URL, falls bekannt. |
caption |
string | Nullable | Caption, falls bekannt. |
duration_sec |
number | Nullable | Cliplänge in Sekunden, falls bekannt. |
summary |
string | Nullable | Kurze Zusammenfassung, falls bekannt. |
emotions |
object | Nullable | Emotionsgewichte, 0–100. Keys: inspiration, fear, curiosity, satisfaction, happiness, anger, surprise. |
comment_themes |
array | Nullable | Häufige Kommentarwörter, jeweils { "word": string, "count": number }. |
metrics |
unknown | Nullable | Nullable JSON. Innere Keys sind nicht fest. |
creator |
unknown | Nullable | Nullable JSON. Innere Keys sind nicht fest. |
audio |
unknown | Nullable | Nullable JSON. Innere Keys sind nicht fest. |