Get Data
YouTube Video Transcript
Get Data
- POSTWeb Page Content
- POSTWeb Page Screenshot
- POSTYouTube Video Transcript
- POSTYouTube Channel Data
- POSTGet Twitter Users
- POSTGet Company Earnings Info
- POSTGet Company Financial Profile
- POSTGet Domain Information
- POSTGoogle News Data
- POSTYouTube Search Results
- POSTSearch Results
- POSTGet Recent Tweets
- POSTGet LinkedIn Profile
- POSTGet LinkedIn Activity
- POSTEnrich Company Data
- POSTGet Bluesky Posts
- POSTSearch Bluesky Posts
- POSTGet Instagram Profile
- POSTGet Instagram Followers
Get Data
YouTube Video Transcript
Fetches the transcript of a YouTube video using the video URL.
POST
/
action
/
get_youtube_transcript
curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_youtube_transcript \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://youtube.com/watch?v=example"
}'
{
"status": 200,
"metadata": {
"author": "Sequoia Capital",
"category": "People & Blogs",
"channel_id": "UCWrF0oN6unbXrWsTN7RctTw",
"channel_link": "http://www.youtube.com/@sequoiacapital",
"channel_name": "Sequoia Capital",
"description": "The landscape is wide open. The opportunity set is massive. At our second Sequoia Capital AI Ascent, Sonya Huang, Pat Grady, and Konstantine Buhler discuss the way AI is already providing glimpses of enduring value, and how this technology will help us do more with less so that we can solve more problems, create more, and build a better future.\n\n#AI #AIAscent #Sequoia #Startup #Founder #entrepreneur",
"id": "TDPqt7ONUCY",
"key_moments": [],
"length_seconds": 1616,
"likes": 1800,
"published_time": "Mar 26, 2024",
"thumbnail": "https://i.ytimg.com/vi_webp/TDPqt7ONUCY/maxresdefault.webp",
"title": "The AI opportunity: Sequoia Capital's AI Ascent 2024 opening remarks",
"views": 101403
},
"response": "The AI opportunity: Sequoia Capital's AI Ascent 2024 opening remarks\nmy name is pack Rady I'm one of the members..."
}
Authorizations
Bearer token from your account (https://agent.ai/user/settings#credits)
Body
application/json
URL of the YouTube video.
curl --request POST \
--url https://api-lr.agent.ai/v1/action/get_youtube_transcript \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "https://youtube.com/watch?v=example"
}'
{
"status": 200,
"metadata": {
"author": "Sequoia Capital",
"category": "People & Blogs",
"channel_id": "UCWrF0oN6unbXrWsTN7RctTw",
"channel_link": "http://www.youtube.com/@sequoiacapital",
"channel_name": "Sequoia Capital",
"description": "The landscape is wide open. The opportunity set is massive. At our second Sequoia Capital AI Ascent, Sonya Huang, Pat Grady, and Konstantine Buhler discuss the way AI is already providing glimpses of enduring value, and how this technology will help us do more with less so that we can solve more problems, create more, and build a better future.\n\n#AI #AIAscent #Sequoia #Startup #Founder #entrepreneur",
"id": "TDPqt7ONUCY",
"key_moments": [],
"length_seconds": 1616,
"likes": 1800,
"published_time": "Mar 26, 2024",
"thumbnail": "https://i.ytimg.com/vi_webp/TDPqt7ONUCY/maxresdefault.webp",
"title": "The AI opportunity: Sequoia Capital's AI Ascent 2024 opening remarks",
"views": 101403
},
"response": "The AI opportunity: Sequoia Capital's AI Ascent 2024 opening remarks\nmy name is pack Rady I'm one of the members..."
}