{
"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/13661/youtube+video+transcription+api/31102/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视频中口语内容的结构化文本转录。输出包括音频的完整转录,使其易于阅读和分析
响应数据中的主要字段是“转录”,它包含视频中的口语内容的完整文本。该字段为用户提供了整个转录以供进一步处理或分析
响应数据以JSON格式组织,转录内容作为单一字符串存放在"transcription"键下。该结构便于解析和集成到应用程序中
转录端点提供来自YouTube视频音频的文本转录信息,包括对话、旁白和视频中存在的任何口语内容
典型的使用案例包括创建可搜索的视频内容 生成字幕 增强听力障碍用户的可访问性 以及分析视频内容以用于研究或教育目的
数据准确性通过先进的语音识别算法得以维持,这些算法处理音频内容。对转录模型的持续改进和更新有助于随着时间的推移提升转录质量
用户可以通过指定他们希望转录的YouTube视频URL来定制他们的请求。这允许根据与他们需求相关的特定视频内容进行有针对性的转录
用户可以期待转录能够以连贯和易读的格式反映口语内容然而音频质量口音或背景噪声的变化可能会影响转录的清晰度