Documentation
Learn HoneyHook.
Guides, references, and examples to help you ship content faster.
Quick Start
Up and running in minutes.
Browse
Documentation by category.
API Preview
Build on HoneyHook.
Full REST API for hook generation, script creation, and analytics.
Request
curl -X POST https://api.honeyhook.com/v1/hooks/generate \
-H "Authorization: Bearer hh_sk_live_..." \
-H "Content-Type: application/json" \
-d '{
"topic": "morning routines for creators",
"platform": "tiktok",
"tone": "surgical",
"count": 5
}'Response
{
"hooks": [
{
"text": "Why most hooks fail...",
"score": 94,
"platform": "tiktok",
"patterns": ["contrast_frame"]
}
],
"credits_used": 1
}