{
"transcription": "I took a page out of your favorite book you saw me last just by the way you look Tau me a language that I never speak baby that ain't for me that that ain't for me I dug my grave watching where you move you took me higher than I ever flew too many times gave you a second chance baby I'm just a man I'm I'm just a man no for thinking about you late night no for running around with your friends now the picking the pieces of my soul about the floor I said I would die for you baby but I can't take this ble for I thought I was willing but tonight I save my life when I showed you the door I don't want to lose you baby but I can't play this game no more I'm thought it would kill me but tonight I save my life when I show to the door you never thought this day would ever come when I looked you in the eyes and P up you try to take away my sanity baby that ain't for me that that ain't for me oh no for thinking about you late night no for running around with your friends now the picking the pieces of my so come out the floor oh I said I would die for you baby but I can't take this pain no more I thought I was willing but tonight I save my life when I showed you to door I don't want to lose you baby but I can't play this game no more I thought it would kill me but tonight I sa my life when I so to the door when I show you the door when I show you the door but tonight I sa my life I said I would die for you baby but I can't take this pain no more I thought I was willing but tonight I save my life when I show you to door I don't want to lose you baby lose you but I can't take this game I thought it would kill me but tonight I save my life when I show you the door [Music]"
}
curl --location --request POST 'https://zylalabs.com/api/13550/youtube+transcriber+api/30109/transcribe' --header 'Authorization: Bearer YOUR_API_KEY'
--data-raw '{
"url": "https://www.youtube.com/watch?v=VSXT4a2kRHA"
}'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 YouTube 转录员 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
YouTube转录API提供了一种简单的方法,将YouTube视频中的口语内容转换为文本。通过处理YouTube视频并提取口语信息,API使用户能够获取转录文本,而无需观看或手动转录内容。
该API旨在用于需要大规模处理视频数据的应用程序。用户可以提交YouTube视频的引用,并以结构化的转录文本形式接收其口语内容,而不是手动处理整个视频。它易于集成到现有应用程序和工作流程中,并且需要最少的开发工作即可开始以程序化方式处理视频内容。其简单的集成使其适合构建内容平台、研究工具、多媒体应用、教育解决方案和需要可靠访问视频转录的自动化工作流程的用户。
转录端点返回指定YouTube视频的口述内容的结构化文本抄本。输出包括音频的完整抄本,便于阅读和分析
响应数据中的主要字段是“转录”,其中包含视频中口语内容的完整文本。此字段为用户提供了完整的抄本以便进一步处理或分析
响应数据以JSON格式组织,转录文本作为单个字符串提供在“transcription”键下 该结构允许简单解析和集成到应用程序中
转录端点提供来源于YouTube视频音频的文本抄本信息。这包括对话、旁白和视频中存在的任何口语内容
典型的用例包括创建可搜索的视频内容、生成字幕、提高听力受损用户的无障碍性,以及分析视频内容用于研究或教育目的
数据准确性通过先进的语音识别算法得以保持,这些算法处理音频内容。对转录模型的持续改进和更新有助于随着时间的推移提高转录的质量
用户可以通过指定他们希望转录的YouTube视频URL来自定义请求。这使得可以根据与他们需求相关的特定视频内容进行针对性的转录
用户可以期待转录内容以连贯和易读的格式反映口语内容然而音频质量口音或背景噪音的变化可能会影响转录的清晰度