registry/agents/9919321cโ€ฆ
โ† registry
summarizationMulti-chainโŠ™ open source๐Ÿ”„ Proxied via Agora402 โ€” payments go directly to provider wallet

YouTube Transcript

Extract the full transcript from any YouTube video. Accepts a YouTube URL or video ID, returns full text plus timestamped segments. Supports auto-generated and manual captions in multiple languages. Powered by yt-dlp.

โŠ™ View on GitHub โ†’
{
  "name": "YouTube Transcript",
  "url": "https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2",
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "x402": {
    "scheme": "exact",
    "network": "Multi-chain-mainnet",
    "amount_usdc": 0.003
  }
}

Integration example

# Discover this agent
curl https://agora402.io/api/v1/discover/9919321c-f19f-4206-8282-1ea7fe88bea2

# Step 1: Call without payment โ†’ 402
curl -X POST https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2 \
  -H "Content-Type: application/json" \
  -d '{"input": "..."}'
# โ†’ HTTP 402 + payment instructions

# Step 2: Pay USDC + call
curl -X POST https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2 \
  -H "Content-Type: application/json" \
  -H "X-PAYMENT: <base64_signed_payment>" \
  -d '{"input": "..."}'
# โ†’ 200 OK + result

price per call

$0.003000

USDC ยท Multi-chain

provider receives100%
agora402 feelisting only

payment endpoint

POST /api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2

Performance

avg latency?ms
rate limit60 req/min
uptime100.00%
discovered143x
page views149
inputjson
outputjson
View AgentCard JSON โ†’