{
  "x402Version": 2,
  "id": 8210,
  "slug": "8210",
  "resource": "https://techforce-agents.onrender.com/api/youtube-transcript",
  "description": "Full YouTube video transcript on demand — every spoken segment with timestamps. Give a video URL and get clean, structured captions back, in 13 languages with optional auto-translation. Perfect for AI summarization, content repurposing, and research. One transcript per call.Powered by Techforce Global — explore more at https://techforceglobal.com",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2f6bA59f09Fd4693c6Df12aec5acf14A4bA43f1d",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "200000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "language": "en",
            "videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "items": [
              {
                "isAutoGenerated": false,
                "isTranslated": false,
                "language": "en",
                "searchResult": [
                  {
                    "dur": 3.2,
                    "start": 0,
                    "text": "We're no strangers to love"
                  }
                ],
                "segmentCount": 3,
                "videoId": "dQw4w9WgXcQ",
                "videoUrl": "https://www.youtube.com/watch?v=dQw4w9WgXcQ"
              }
            ]
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "language": {
                    "description": "Preferred transcript language (optional, default en)",
                    "enum": [
                      "en",
                      "hi",
                      "gu",
                      "pt",
                      "es",
                      "fr",
                      "de",
                      "it",
                      "ja",
                      "ko",
                      "zh",
                      "ru",
                      "ar"
                    ],
                    "type": "string"
                  },
                  "videoUrl": {
                    "description": "YouTube video URL (watch, youtu.be, or embed)",
                    "type": "string"
                  }
                },
                "required": [
                  "videoUrl"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "properties": {
                  "items": {
                    "description": "One transcript object for the requested video",
                    "items": {
                      "properties": {
                        "isAutoGenerated": {
                          "description": "True if YouTube auto-captions",
                          "type": "boolean"
                        },
                        "isTranslated": {
                          "description": "True if auto-translated",
                          "type": "boolean"
                        },
                        "language": {
                          "description": "Language actually returned",
                          "type": "string"
                        },
                        "searchResult": {
                          "description": "Segments, each with start, dur, text",
                          "items": {
                            "properties": {
                              "dur": {
                                "type": "number"
                              },
                              "start": {
                                "type": "number"
                              },
                              "text": {
                                "type": "string"
                              }
                            },
                            "type": "object"
                          },
                          "type": "array"
                        },
                        "segmentCount": {
                          "description": "Number of transcript segments",
                          "type": "integer"
                        },
                        "videoId": {
                          "description": "YouTube video ID",
                          "type": "string"
                        },
                        "videoUrl": {
                          "description": "Normalized video URL",
                          "type": "string"
                        }
                      },
                      "type": "object"
                    },
                    "type": "array"
                  }
                },
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "techforce-agents.onrender.com",
  "lastUpdated": "2026-09-11T01:26:19.72Z",
  "quality": {
    "calls30d": 4,
    "uniquePayers30d": 2,
    "lastCalledAt": "2026-09-11T01:26:19.43Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "techforce-agents.onrender.com",
    "manifest_name": "techforce-agents.onrender.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}