LIVE API · Indie Marketing Arsenal

Turn any topic into proven marketing hooks with one POST.

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 docs

⚡ One endpoint

POST /api/v1/hooks — send api_key, topic, count. Get JSON hooks back in milliseconds. No SDKs, no auth dance.

🔑 Key-metered

Every key gets a daily quota with clear 429 responses and X-RateLimit-Remaining headers. Free tier: 100 requests/day.

🧰 Built for builders

Plug it into Discord bots, launch checklists, content pipelines, or your game's devlog tool. Plain JSON in, plain JSON out.

Try it live — get a key

Enter your email to mint a free API key (100 requests/day). Keys are issued instantly; max 3 per email.

Generate hooks

Pricing

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.

Free

$0

100 requests/day
All 15 hook templates
Rate-limit headers
Community support

Get a key

Pro

$19/mo

10,000 requests/day
All 15 hook templates
Priority key support
Email: indiemarketingarsenal@proton.me

Subscribe — $19/mo

Recurring billing. Cancel anytime by emailing indiemarketingarsenal@proton.me. Limit raised manually within 24h.

Scale

$99/mo

100,000 requests/day
All 15 hook templates
Direct email support
Usage reviews on request

Subscribe — $99/mo

Recurring billing. Cancel anytime by emailing indiemarketingarsenal@proton.me. Limit raised manually within 24h.

Quick example

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"}

Full API documentation →