Documentation

Everything you need to integrate Attention0 into your agents and pipelines.

Quick Start

Fetch any supported handle as a .md file. No authentication required for free tier.

curl https://attention0.com/youtube/@mrbeast.md

The response is a plain markdown file with YAML frontmatter containing structured metadata, followed by a human-readable summary.

URL Format

All files follow a consistent URL pattern:

https://attention0.com/{platform}/{handle}.md

**Platform slugs:** `youtube`, `tiktok`, `sora`, `github`, `discord`, `patreon`, `skool`, `ranks`

**Handle format** varies by platform: - YouTube: `@channelname` - GitHub: `owner/repo` - World Ranks: `domain.com` - Others: username or slug

Authentication

Free tier: no authentication required. Up to 100 requests/day per IP.

Pro and Scale tiers use API key authentication via request header:

curl -H "Authorization: Bearer YOUR_API_KEY" \
  https://attention0.com/github/vercel/next.js.md

API keys are managed from your dashboard at `/dashboard/api-keys`.

Rate Limits

| Plan | Requests/day | Burst | |-------|-------------|--------| | Free | 100 | 10/min | | Pro | 10,000 | 500/min| | Scale | Unlimited | — |

Rate limit headers are included in every response: - `X-RateLimit-Limit` - `X-RateLimit-Remaining` - `X-RateLimit-Reset`