{
  "generated_at": "2026-04-24T15:01:35.625676+00:00",
  "slug": "api-livepeer-bot-api-x402-transcode-vod",
  "title": "Livepeer \u00b7 Transcode Video on Demand",
  "url": "https://api.livepeer.bot/api/x402/transcode/VOD",
  "category": "media",
  "summary": "Submit video files for transcoding to multiple formats and resolutions. Track job status via returned job ID.",
  "seo": {
    "title": "Livepeer VOD Transcoding API | x402 Pay-Per-Call",
    "description": "Transcode video on demand via Livepeer infrastructure. $0.01 USDC per call. Submit video URL and parameters. Returns job ID and transcoded URL."
  },
  "use_cases": [
    "Convert user-uploaded videos to streaming-optimized formats",
    "Generate multiple resolution variants for adaptive bitrate streaming",
    "Batch process video archives for platform migration"
  ],
  "ideal_buyer": "Media pipeline agents and video platforms needing serverless transcoding without infrastructure management.",
  "example_prompt": "Transcode this video URL to 720p and 1080p variants with HLS output",
  "example_request_body": {
    "profiles": [
      {
        "name": "720p",
        "bitrate": 2000000,
        "resolution": "1280x720"
      },
      {
        "name": "1080p",
        "bitrate": 4000000,
        "resolution": "1920x1080"
      }
    ],
    "videoUrl": "https://example.com/input.mp4"
  },
  "risk_notes": [],
  "pricing_sanity": {
    "flag": "normal",
    "ratio": 0.5,
    "median_category_atomic": 20000
  },
  "pricing_review_required": false,
  "pricing_decimal_suspect": false,
  "trust_tier": "indexed_external",
  "accepts": [
    {
      "scheme": "exact",
      "network": "base",
      "pay_to": "0x197640a62840dad854297806bfac9202f3402db8",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "max_amount_required_atomic": "10000",
      "max_timeout_seconds": 300,
      "mime_type": "application/json",
      "description": "Transcode video on demand using Livepeer. Provide video URL and transcoding parameters for precise control.",
      "verified": false,
      "hints": {
        "input": {
          "type": "http",
          "method": "POST",
          "bodyFields": {
            "fps": {
              "type": "number",
              "required": false,
              "description": "Frames per second (default: 30)"
            },
            "width": {
              "type": "number",
              "required": false,
              "description": "Output video width in pixels (default: 1280)"
            },
            "height": {
              "type": "number",
              "required": false,
              "description": "Output video height in pixels (default: 720)"
            },
            "bitrate": {
              "type": "number",
              "required": false,
              "description": "Video bitrate in bits per second (default: 3000000)"
            },
            "quality": {
              "type": "number",
              "required": false,
              "description": "Video quality/CRF value 0-51, lower is better quality (default: 23)"
            },
            "videoUrl": {
              "type": "string",
              "required": true,
              "description": "URL of the video to transcode"
            }
          }
        },
        "output": {
          "properties": {
            "jobId": {
              "type": "string",
              "description": "Transcoding job ID for tracking"
            },
            "transcodedUrl": {
              "type": "string",
              "description": "URL of the transcoded video"
            }
          }
        }
      }
    }
  ],
  "origin": {
    "slug": "api-livepeer-bot",
    "host": "api.livepeer.bot",
    "title": "Livepeer Bot API",
    "description": "Provides programmatic access to Livepeer bot services. Enables AI agents to interact with video streaming infrastructure through automated endpoints.",
    "url": "https://api.livepeer.bot",
    "favicon": "https://livepeer.bot/favicon.ico"
  },
  "json_ld": {
    "@id": "https://x402all.com/resource/api-livepeer-bot-api-x402-transcode-vod",
    "url": "https://x402all.com/resource/api-livepeer-bot-api-x402-transcode-vod",
    "name": "Livepeer \u00b7 Transcode Video on Demand",
    "@type": "WebAPI",
    "offers": {
      "url": "https://x402all.com/resource/api-livepeer-bot-api-x402-transcode-vod",
      "@type": "Offer",
      "price": "0.01",
      "availability": "https://schema.org/InStock",
      "priceCurrency": "USDC",
      "priceSpecification": {
        "@type": "UnitPriceSpecification",
        "price": "0.010000",
        "unitText": "call",
        "priceCurrency": "USDC"
      },
      "eligibleCustomerType": "Agent",
      "additionalProperty": [
        {
          "@type": "PropertyValue",
          "name": "paymentNetwork",
          "value": "base"
        },
        {
          "@type": "PropertyValue",
          "name": "paymentAsset",
          "value": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
        }
      ]
    },
    "sameAs": "https://api.livepeer.bot/api/x402/transcode/VOD",
    "@context": "https://schema.org",
    "provider": {
      "@id": "https://x402all.com/server/api-livepeer-bot",
      "url": "https://api.livepeer.bot",
      "name": "Livepeer Bot API",
      "@type": "Organization"
    },
    "identifier": "api-livepeer-bot-api-x402-transcode-vod",
    "description": "Transcode video on demand via Livepeer infrastructure. $0.01 USDC per call. Submit video URL and parameters. Returns job ID and transcoded URL.",
    "potentialAction": {
      "@type": "BuyAction",
      "target": "https://axon402.com/test-buy?resource=api-livepeer-bot-api-x402-transcode-vod",
      "description": "Test-buy this endpoint on AXON"
    },
    "applicationCategory": "media"
  },
  "axon_deep_link": "https://axon402.com/test-buy?resource=api-livepeer-bot-api-x402-transcode-vod"
}
