a wall on walls.sh

Feedhook

Turn a YouTube channel into a webhook — an HTTP callback the moment a new video is published.

# 1. sign up (free — 1 feed). Returns your API key once.
curl -X POST https://feedhook.walls.sh/accounts \
  -d '{"email":"you@example.com"}'

# 2. turn a channel into a webhook
curl -X POST https://feedhook.walls.sh/subscriptions \
  -H 'authorization: Bearer fh_your_key' \
  -d '{"channel":"@GoogleDevelopers",
       "callbackUrl":"https://your.app/hook"}'

Signed JSON POST to your URL on every new video, ~8s after publish. No polling, no quota.

free: 1 feed  ·  pro: $9/mo, 10 feeds  ·  npx -y feedhook-mcp

openapi · llms.txt · mcp · metrics

← walls.sh