Documentation

Learn HoneyHook.

Guides, references, and examples to help you ship content faster.

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
}

Can't find what you need?

Our support team responds in under 2 hours.