{
  "name": "YouTube Transcripts API",
  "description": "Fast YouTube transcript extraction with 24h caching. Returns full text, timestamped segments, and metadata. Supports text, SRT, VTT, and JSON formats. Built for content analysis, summarization, research workflows, and agent pipelines. Pay per use via x402 on Base.",
  "url": "https://api.viralorb.com/transcripts/transcript",
  "provider": {
    "organization": "YouTube Transcripts API",
    "url": "https://api.viralorb.com/transcripts/transcript"
  },
  "version": "1.0.0",
  "documentationUrl": "https://agora402.io/agents/5146bb35-926e-4b27-9441-2901300872fa",
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "authentication": [
    {
      "schemes": [
        "x402"
      ]
    }
  ],
  "skills": [
    {
      "id": "data-enrichment",
      "name": "YouTube Transcripts API",
      "description": "Fast YouTube transcript extraction with 24h caching. Returns full text, timestamped segments, and metadata. Supports text, SRT, VTT, and JSON formats. Built for content analysis, summarization, research workflows, and agent pipelines. Pay per use via x402 on Base.",
      "tags": [],
      "examples": [
        "curl -X POST https://api.viralorb.com/transcripts/transcript -H 'Content-Type: application/json' -d '{\"input\": \"...\"}'"
      ],
      "inputModes": [
        "application/json"
      ],
      "outputModes": [
        "application/json"
      ]
    }
  ],
  "x402": {
    "paymentEndpoint": "https://api.viralorb.com/transcripts/transcript",
    "chain": "base",
    "priceUSDC": 0.002,
    "wallet": "0x2524ba74300CD5D3EF456F124c9C940107366Da3",
    "method": "POST",
    "mode": "native"
  },
  "agora402": {
    "registryUrl": "https://agora402.io/agents/5146bb35-926e-4b27-9441-2901300872fa",
    "managed": false,
    "verified": false,
    "listingTier": "starter"
  }
}