HookAPI is a key-metered HTTP API that slots your topic into 15 battle-tested hook templates — built for indie devs wiring marketing copy into their own tools, bots, and dashboards.
Get a free API key Read the docsPOST /api/v1/hooks — send api_key, topic, count. Get JSON hooks back in milliseconds. No SDKs, no auth dance.
Every key gets a daily quota with clear 429 responses and X-RateLimit-Remaining headers. Free tier: 100 requests/day.
Plug it into Discord bots, launch checklists, content pipelines, or your game's devlog tool. Plain JSON in, plain JSON out.
Enter your email to mint a free API key (100 requests/day). Keys are issued instantly; max 3 per email.
Paid tiers are activated manually within 24 hours of payment — you'll get an email when your key's limit is raised. No SLA guarantees; this is an indie-run API, and the free tier is the honest default.
10,000 requests/day
All 15 hook templates
Priority key support
Email: indiemarketingarsenal@proton.me
Recurring billing. Cancel anytime by emailing indiemarketingarsenal@proton.me. Limit raised manually within 24h.
100,000 requests/day
All 15 hook templates
Direct email support
Usage reviews on request
Recurring billing. Cancel anytime by emailing indiemarketingarsenal@proton.me. Limit raised manually within 24h.
curl -X POST https://ima-devapi.pages.dev/api/v1/hooks \
-H "Content-Type: application/json" \
-d '{"api_key":"hk_yourkey","topic":"cozy farming sim","count":3}'
→ {"topic":"cozy farming sim","count":3,"hooks":[...],
"usage":{"used_today":1,"daily_limit":100,"remaining":99},"tier":"free"}