GET/v1/hooks/{id}1 kredi
Hook getir
Tek hook’un zengin kaydı. Bilinmeyen veya bozuk id 404.
Bu bir anahtar iznidir, istek başlığı değil. Yoksa 403 api_not_enabled.
İstek parametreleri
| Ad | Yer | Tip | Zorunlu | Açıklama |
|---|---|---|---|---|
id |
path | string | Zorunlu | Public id, hook_ + 32 hex. |
Yanıt
{
"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
}
Yanıt alanları
| Ad | Tip | Zorunlu | Açıklama |
|---|---|---|---|
id |
string | Zorunlu | Public id, hook_ + 32 hex. |
text |
string | Zorunlu | Hook metni. |
platform |
string | Zorunlu | Kaynak platform, örn. tiktok. |
media_type |
string | Null olabilir | Medya türü, biliniyorsa. |
thumbnail_url |
string | Null olabilir | Küçük resim URL’si, biliniyorsa. |
category |
string | Null olabilir | Kategori slug’ı, biliniyorsa. |
hook_duration_sec |
number | Null olabilir | Açılış süresi (sn), biliniyorsa. |
published_at |
string | Null olabilir | Yayın zamanı, biliniyorsa. |
source_url |
string | Null olabilir | Kaynak URL, biliniyorsa. |
caption |
string | Null olabilir | Kaynak caption, biliniyorsa. |
duration_sec |
number | Null olabilir | Klip süresi (sn), biliniyorsa. |
summary |
string | Null olabilir | Kısa özet, biliniyorsa. |
emotions |
object | Null olabilir | Duygu ağırlıkları, 0–100. Anahtarlar: inspiration, fear, curiosity, satisfaction, happiness, anger, surprise. |
comment_themes |
array | Null olabilir | Sık geçen yorum kelimeleri, her biri { "word": string, "count": number }. |
metrics |
unknown | Null olabilir | Nullable JSON. İç anahtarlar şemada sabit değil. |
creator |
unknown | Null olabilir | Nullable JSON. İç anahtarlar şemada sabit değil. |
audio |
unknown | Null olabilir | Nullable JSON. İç anahtarlar şemada sabit değil. |