{
  "name": "YouTube Transcript",
  "description": "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.",
  "url": "https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2",
  "provider": {
    "organization": "Agora402 (managed)",
    "url": "https://agora402.io"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/9919321c-f19f-4206-8282-1ea7fe88bea2",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "summarization",
      "name": "YouTube Transcript",
      "description": "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.",
      "tags": [],
      "examples": [
        "curl -X POST https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2 -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://agora402.io/api/pay/9919321c-f19f-4206-8282-1ea7fe88bea2",
    "chain": "multichain",
    "priceUSDC": 0.003,
    "wallet": "0x3197aCdAd9575ECFD94Ab8E9b8398f329c78B2aF",
    "method": "POST",
    "mode": "managed"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/9919321c-f19f-4206-8282-1ea7fe88bea2",
    "managed": true,
    "verified": false,
    "listingTier": "free"
  }
}