{"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/11842/search+api+for+youtube+transcript+captions/22483/search?q=breeze' --header 'Authorization: Bearer YOUR_API_KEY'
注册后,每个开发者都会被分配一个个人 API 访问密钥,这是一个唯一的字母和数字组合,用于访问我们的 API 端点。要使用 搜索API用于YouTube逐字稿字幕 API 进行身份验证,只需在 Authorization 标头中包含您的 bearer token。
| 标头 | 描述 |
|---|---|
授权
|
必需
应为 Bearer access_key. 订阅后,请查看上方的"您的 API 访问密钥"。
|
无长期承诺。随时升级、降级或取消。 免费试用包括最多 50 个请求。
(年度计费可节省 2 个月 🎉)
搜索 API 返回有关 YouTube 视频转录的详细信息,包括视频 ID 标题 频道名称 发布日期 匹配计数和相关短语的时间戳 每个结果按视频分组 提供搜索词的上下文
响应中的关键字段包括 `id` `videoId` `title` `channelName` `publishDate` `matchCount` `aiSummary` 和 `timestamps` 每个时间戳包括时间 格式化时间 transcript 文本和匹配的上下文
响应数据被组织为一个包含 `results` 数组的 JSON 对象 数组中的每个元素代表一个视频,带有分组时间戳表示搜索词在成绩单中出现的位置
搜索端点支持诸如搜索词以实现精确短语匹配或模糊搜索的参数 用户可以通过指定关键字过滤视频类别或根据相关性排序结果来自定义请求
搜索API提供视频转录的信息,包括具体的发言短语、其时间戳以及有关视频的元数据,如标题、频道和发布日期,使用户能够找到视频中的精确时刻
用户可以通过分析时间戳来利用返回的数据,精确定位视频中出现特定短语的时刻。这可以增强内容发现,促进研究,或提高用户与视频内容的互动
数据准确性通过YouTube的文字记录数据库的持续更新得以保持 该API使用模糊匹配来考虑语言变化 确保用户即使在搜索词中有小错误也能找到相关内容
典型的用例包括内容分析 教育研究 创建摘要 提升视频搜索引擎优化 和开发需要根据口语短语进行精确视频内容检索的应用程序