YouTube AI Transcript Extractor API
收藏数据集概述:YouTube AI Transcript Extractor API
简介:一个面向开发者的音频转录和字幕提取工具,用于从 YouTube 视频和 YouTube Shorts URL 中获取结构化文本轨道。它利用先进的自动语音识别(ASR)管道,处理视频媒体、隔离音频流、运行词级语言模型,输出带有时间戳的段落数据结构,适用于内容再利用、视频摘要、自动字幕、搜索引擎索引、社交媒体监控及 AI 分析管道。
关键功能与特性:
- 高保真 AI 转录:从视频音轨中转录语音,具备高级降噪和语言检测功能,返回结构清晰的句子段落。
- 词级时间戳映射:为每个生成的段落提供精确的毫秒级起始时间戳,便于音频叠加或视频编辑时间对齐。
- 支持 CORS 的分块流式传输:采用 HTTP 长连接流式系统,在转录过程(30-90 秒)中,定期写入空格字符,防止代理或网关超时错误。
- 结构化 JSON 输出:返回包含标题、视频时长和转录数组的清洁数据负载,过滤掉冗余跟踪文件。
- 自动语言检测:支持多种语言(英语、西班牙语、法语、德语、阿拉伯语等),无需手动指定。
- 无需个人凭证:完全自主运行,仅需提供视频/Shorts URL 即可处理 YouTube 流检索。
端点详情:
-
接口路径:
GET /extract或POST /extract -
必需参数:
url(字符串,YouTube 视频/Shorts URL) -
请求示例(POST): json { "url": "https://www.youtube.com/shorts/amMvXqzXB38" }
-
响应示例(HTTP 200 OK): json { "status": "success", "video_title": "What is the best love advice youve ever heard? #podcast #jayshetty #relationship", "duration": 7, "language": "en", "transcription": { "full_text": "What is the best love advice youve ever heard or received? No one is perfect. Figure out what you can tolerate and what you cant tolerate.", "sentences": [ {"text": "What is the best love advice youve ever heard or received?", "start_time_ms": 0, "end_time_ms": 3620, "duration_ms": 3620, "duration_seconds": 3.62}, {"text": "No one is perfect.", "start_time_ms": 3620, "end_time_ms": 4860, "duration_ms": 1240, "duration_seconds": 1.24}, {"text": "Figure out what you can tolerate and what you cant tolerate.", "start_time_ms": 4860, "end_time_ms": 7460, "duration_ms": 2600, "duration_seconds": 2.6} ] } }
其他信息:
- 订阅计划:提供 BASIC($0.00/月)、PRO($19.99/月)、ULTRA($39.99/月)、MEGA($99.99/月)共四档。
- API 指标:流行度 8.3,服务级别 100%,延迟 15042ms。
- 提供商:由 dev00 创建,分类为“视频、图像”。
- 适用场景:YouTube 转录、字幕提取、语音转文本、视频内容处理等。



