API and MCP

The chat is for people who do not want an API. This is the product.

base https://api.hookdetector.com

Start from nothing

No form, no email, no human step. The key is shown once.

curl -X POST https://api.hookdetector.com/v1/accounts

Find hooks

curl -X POST https://api.hookdetector.com/v1/research \
  -H "authorization: Bearer $KEY" \
  -H "content-type: application/json" \
  -d '{"topic":"short term rental tax strategy","count":10}'

curl https://api.hookdetector.com/v1/runs/$RUN_ID -H "authorization: Bearer $KEY"

Every hook comes back with its opening line, most quotable line, main idea, what made it travel, its topic, on-screen text, full transcript and a watch link.

Play a clip in your own page

curl https://api.hookdetector.com/v1/hooks/$HOOK_ID/embed -H "authorization: Bearer $KEY"

MCP

Streamable HTTP. Nine tools, the same backend as the REST surface.

{
  "mcpServers": {
    "hookdetector": { "url": "https://api.hookdetector.com/mcp" }
  }
}

Everything else

llms.txt is the full guide, served live. OpenAPI is browsable.