{"results":[{"id":"DqbJHt4XI5Q","videoId":"DqbJHt4XI5Q","title":"When Friendship Burns Brighter Than Fear - THE STAR Clip | Steven Yeun","channelName":"KinoCheck Family","publishDate":"2026-01-16T17:33:54.000Z","matchCount":6,"aiSummary":"This video discusses \"When Friendship Burns Brighter Than Fear - THE STAR Clip | Steven Yeun\" and mentions a term exactly \"breeze\".","timestamps":[{"time":278,"formattedTime":"00:04:38","transcript":"Sweet breeze.","context":"phrase"},{"time":282,"formattedTime":"00:04:42","transcript":"Sweet breeze.","context":"phrase"},{"time":277,"formattedTime":"00:04:37","transcript":"Sweet breeze.","context":"phrase"},{"time":281,"formattedTime":"00:04:41","transcript":"Sweet breeze.","context":"phrase"},{"time":280,"formattedTime":"00:04:40","transcript":"Sweet breeze.","context":"phrase"},{"time":279,"formattedTime":"00:04:39","transcript":"Sweet breeze.","context":"phrase"}]},{"id":"Y76SBWfU2Bw","videoId":"Y76SBWfU2Bw","title":"Noah Kahan - She Calls Me Back (Official Lyric Video)","channelName":"NoahKahanVEVO","publishDate":"2022-10-14T04:00:24.000Z","matchCount":1,"aiSummary":"This video discusses \"Noah Kahan - She Calls Me Back (Official Lyric Video)\" and mentions a term exactly \"breeze\".","timestamps":[{"time":146,"formattedTime":"00:02:26","transcript":"How does your way to live this breeze?","context":"phrase"}]},{"id":"JkYEld4m1i4","videoId":"JkYEld4m1i4","title":"White Wolf: Ghost of Wakanda (2026) - First Look | Jason Momoa, Denzel Washington - Concept Trailer","channelName":"Ultimate Studios","publishDate":"2026-01-23T12:30:29.000Z","matchCount":1,"aiSummary":"This video discusses \"White Wolf: Ghost of Wakanda (2026) - First Look | Jason Momoa, Denzel Washington - Concept Trailer\" and mentions a term exactly \"breeze\".","timestamps":[{"time":9.52,"formattedTime":"00:00:09","transcript":"Breeze and let the old world fall away.","context":"phrase"}]},{"id":"DxLTFJgPxig","videoId":"DxLTFJgPxig","title":"I'll Be Okay","channelName":"Highway to Knowhere - Topic","publishDate":"2026-01-27T10:13:50.000Z","matchCount":1,"aiSummary":"This video discusses \"I'll Be Okay\" and mentions a term exactly \"breeze\".","timestamps":[{"time":169,"formattedTime":"00:02:49","transcript":"To carry the weight and breeze don't smile","context":"phrase"}]},{"id":"H0tsjCXJUko","videoId":"H0tsjCXJUko","title":"Faking My Death on the Unstable SMP","channelName":"Wemmbu","publishDate":"2025-10-25T14:49:38.000Z","matchCount":1,"aiSummary":"This video discusses \"Faking My Death on the Unstable SMP\" and mentions a term exactly \"breeze\".","timestamps":[{"time":13.72,"formattedTime":"00:00:13","transcript":"Last time I was at spawn, escaping was a breeze.","context":"phrase"}]},{"id":"9InPlY-Zk4k","videoId":"9InPlY-Zk4k","title":"HARDY - Who Don't (Official Audio)","channelName":"HARDY","publishDate":"2025-09-26T04:00:10.000Z","matchCount":1,"aiSummary":"This video discusses \"HARDY - Who Don't (Official Audio)\" and mentions a term exactly \"breeze\".","timestamps":[{"time":77,"formattedTime":"00:01:17","transcript":"That could not give a shit about who don't keep us from green peas and the day breeze","context":"phrase"}]}],"totalMatches":6}
curl --location --request GET 'https://zylalabs.com/api/11840/youtube+video+captions+search+api/22482/search?q=breeze' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 Youtube视频字幕搜索 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
搜索端点返回YouTube视频 transcripts的集合,包括视频元数据,如视频ID、标题、频道名称、发布日期和匹配短语的时间戳。每个结果按视频分组,并包括相关性得分和匹配计数
响应中的关键字段包括`id` `videoId` `title` `channelName` `publishDate` `matchCount` `aiSummary` 和 `timestamps` 每个时间戳条目包含`time` `formattedTime` `transcript` 和 `context`
响应数据被组织为一个包含`results`数组的JSON对象 数组中的每个条目代表一个视频,带有匹配短语的分组时间戳,使用户能够轻松导航到视频中的特定时刻
搜索端点支持查询字符串的参数,例如用于精确短语匹配或模糊搜索的关键字 用户还可以根据持续时间和类别等元数据过滤结果以精炼搜索
搜索端点提供有关视频转录的信息,包括所说的特定短语、其时间戳和相关视频元数据。这使用户能够有效地定位和分析视频中的内容
用户可以通过访问`timestamps`利用返回的数据来找到视频中出现特定短语的确切时刻 `aiSummary`提供了视频内容的快速概述,有助于内容发现
数据准确性通过对直接来自YouTube的视频成绩单进行持续更新和质量检查来维持。这确保成绩单准确反映口语内容
典型的使用案例包括内容分析 创建视频摘要 增强听障用户的可访问性 以及在教育或娱乐视频中实现基于关键词的导航