/audio/videos/continuationAudio Videos Continuation
Audio
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Access YouTube data through agntdata: Audio Videos Continuation. Get the next list of videos published under an audio. Responses are structured JSON for AI agents, analytics, and automation — one API key instead of juggling upstream accounts. Ideal when you need video metadata, channel discovery, comments, subtitles, and recommendations programmatically.
Use cases
AI agents that need YouTube data in structured form
Analytics and monitoring pipelines for YouTube content
Research and GTM workflows that combine YouTube signals with other data
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
| continuation_token | query | string | required | —Default: 4qmFsgL5AhIRRkVzZnZfYXVkaW9fcGl2b3QaxAJDQkI2a0FGRFFtTlJRa0p3UlhWbldrSkRhamhMUXpOc05rOUZOVlJrYlRGQ1dWVlNNMFZuZERWbGFtaFBWVE5hZEZGWFJrVmtlRzlNWlVjMVptRkhPVlZWUlhSTFl6RkZhVU5vU1VsRFJITlJkMUF0VFhwUlRYRkRhRWxKUTBSelVYZFFMVTE2VVUxcFJWRnZVRTVFYjNoT2VrVjVUbFJOTTAxRVdYcE9SRkY0UzJjd1MwTjZWbXRaTTFwTFZWVldkazF0UmxieUJWc0tUaElfQ2d0NWVqaE9VM1p0UVdGRWR4SUxlWG80VGxOMmJVRmhSSGNhQzNodVgyaHZWRkJMU25OUklnb1NDQWc3RU1EX2pNMERLZ29TQ0FnN0VNRF9qTTBER2d0NGJsOW9iMVJRUzBwelVTaUJrb0dod29XWmhKVUKaAhxicm93c2UtZmVlZEZFc2Z2X2F1ZGlvX3Bpdm90 |
| audio_id | query | string | required | —Default: 8gVbCk4SPwoLeXo4TlN2bUFhRHcSC3l6OE5Tdm1BYUR3Ggt4bl9ob1RQS0pzUSIKEggIOxDA_4zNAyoKEggIOxDA_4zNAxoLeG5faG9UUEtKc1EogZKBocKFmYSVAQ== |
Responses
Response
{
"title": "ChannelVideos",
"type": "object",
"properties": {
"continuation_token": {
"title": "Continuation Token",
"type": "string"
},
"videos": {
"title": "Videos",
"type": "array",
"items": {
"title": "Video",
"required": [
"video_id"
],
"type": "object",
"properties": {
"video_id": {
"title": "Video Id",
"type": "string"
},
"title": {
"title": "Title",
"type": "string"
},
"author": {
"title": "Author",
"type": "string"
},
"number_of_views": {
"title": "Number Of Views",
"type": "integer"
},
"video_length": {
"title": "Video Length",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"is_live_content": {
"title": "Is Live Content",
"type": "string"
},
"published_time": {
"title": "Published Time",
"type": "string"
},
"channel_id": {
"title": "Channel Id",
"type": "string"
},
"category": {
"title": "Category",
"type": "string"
},
"type": {
"title": "Type",
"type": "string",
"default": "NORMAL"
},
"keywords": {
"title": "Keywords",
"type": "array",
"items": {
"type": "string"
}
},
"thumbnails": {
"title": "Thumbnails",
"type": "array",
"items": {
"type": "object"
}
}
},
"description": "Schema Class for a Youtube video"
}
}
},
"description": "Channel Videos"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Audio_Videos_Continuation",
"method": "get",
"path": "/audio/videos/continuation",
"summary": "Audio Videos Continuation",
"description": "Get the next list of videos published under an audio",
"parameters": [
{
"name": "continuation_token",
"in": "query",
"required": true,
"schema": {
"type": "string",
"default": "4qmFsgL5AhIRRkVzZnZfYXVkaW9fcGl2b3QaxAJDQkI2a0FGRFFtTlJRa0p3UlhWbldrSkRhamhMUXpOc05rOUZOVlJrYlRGQ1dWVlNNMFZuZERWbGFtaFBWVE5hZEZGWFJrVmtlRzlNWlVjMVptRkhPVlZWUlhSTFl6RkZhVU5vU1VsRFJITlJkMUF0VFhwUlRYRkRhRWxKUTBSelVYZFFMVTE2VVUxcFJWRnZVRTVFYjNoT2VrVjVUbFJOTTAxRVdYcE9SRkY0UzJjd1MwTjZWbXRaTTFwTFZWVldkazF0UmxieUJWc0tUaElfQ2d0NWVqaE9VM1p0UVdGRWR4SUxlWG80VGxOMmJVRmhSSGNhQzNodVgyaHZWRkJMU25OUklnb1NDQWc3RU1EX2pNMERLZ29TQ0FnN0VNRF9qTTBER2d0NGJsOW9iMVJRUzBwelVTaUJrb0dod29XWmhKVUKaAhxicm93c2UtZmVlZEZFc2Z2X2F1ZGlvX3Bpdm90"
}
},
{
"name": "audio_id",
"in": "query",
"required": true,
"schema": {
"type": "string",
"default": "8gVbCk4SPwoLeXo4TlN2bUFhRHcSC3l6OE5Tdm1BYUR3Ggt4bl9ob1RQS0pzUSIKEggIOxDA_4zNAyoKEggIOxDA_4zNAxoLeG5faG9UUEtKc1EogZKBocKFmYSVAQ=="
}
}
],
"responses": [
{
"statusCode": "200",
"description": "Response",
"content": {
"application/json": {
"schema": {
"title": "ChannelVideos",
"type": "object",
"properties": {
"continuation_token": {
"title": "Continuation Token",
"type": "string"
},
"videos": {
"title": "Videos",
"type": "array",
"items": {
"title": "Video",
"required": [
"video_id"
],
"type": "object",
"properties": {
"video_id": {
"title": "Video Id",
"type": "string"
},
"title": {
"title": "Title",
"type": "string"
},
"author": {
"title": "Author",
"type": "string"
},
"number_of_views": {
"title": "Number Of Views",
"type": "integer"
},
"video_length": {
"title": "Video Length",
"type": "string"
},
"description": {
"title": "Description",
"type": "string"
},
"is_live_content": {
"title": "Is Live Content",
"type": "string"
},
"published_time": {
"title": "Published Time",
"type": "string"
},
"channel_id": {
"title": "Channel Id",
"type": "string"
},
"category": {
"title": "Category",
"type": "string"
},
"type": {
"title": "Type",
"type": "string",
"default": "NORMAL"
},
"keywords": {
"title": "Keywords",
"type": "array",
"items": {
"type": "string"
}
},
"thumbnails": {
"title": "Thumbnails",
"type": "array",
"items": {
"type": "object"
}
}
},
"description": "Schema Class for a Youtube video"
}
}
},
"description": "Channel Videos"
},
"example": {
"videos": [
{
"video_id": "x_3pJGdbIV8",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/x_3pJGdbIV8/hq720.jpg?sqp=-oaymwEdCJUDENAFSFXyq4qpAw8IARUAAIhCcAHAAQbQAQE=&rs=AOn4CLAznxRutoBAC4eCl3HjgF-c0124Zw",
"width": 405,
"height": 720
}
],
"view_count": 45000000,
"type": "SHORTS"
},
{
"video_id": "-EBKQ1MHGDA",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/-EBKQ1MHGDA/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLBaZAjKKMw_OKtnmmyODGjsajbhLQ",
"width": 405,
"height": 720
}
],
"view_count": 16000000,
"type": "SHORTS"
},
{
"video_id": "N9atXH6C9y0",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/N9atXH6C9y0/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLD6XBmCJLHnDY7TAx7wHoGPVqHQvg",
"width": 405,
"height": 720
}
],
"view_count": 36000000,
"type": "SHORTS"
},
{
"video_id": "YTpSek0M2ZM",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/YTpSek0M2ZM/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLD418r5nAubFyH1PB_g8ZMDopaz8w",
"width": 405,
"height": 720
}
],
"view_count": 89000000,
"type": "SHORTS"
},
{
"video_id": "qHCNDx9X-e8",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/qHCNDx9X-e8/hq720.jpg?sqp=-oaymwEdCJUDENAFSFXyq4qpAw8IARUAAIhCcAHAAQbQAQE=&rs=AOn4CLA3vMZ_5z5mX2faearM_4UYYf-70g",
"width": 405,
"height": 720
}
],
"view_count": 66000000,
"type": "SHORTS"
},
{
"video_id": "8weY4GnAa5w",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/8weY4GnAa5w/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLCk9MzzWFGzK9i08X6iL89V9LxfUw",
"width": 405,
"height": 720
}
],
"view_count": 73000000,
"type": "SHORTS"
},
{
"video_id": "VllfoCqPRhk",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/VllfoCqPRhk/hq720_2.jpg?sqp=-oaymwEdCJUDENAFSFXyq4qpAw8IARUAAIhCcAHAAQbQAQE=&rs=AOn4CLDQHq76YPD6ltznzFGRUS2psYPxtw",
"width": 405,
"height": 720
}
],
"view_count": 2000000,
"type": "SHORTS"
},
{
"video_id": "P0mheWXcTDU",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/P0mheWXcTDU/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLDRycsh6yLGOUJz0nQfZWIhftZuXw",
"width": 405,
"height": 720
}
],
"view_count": 77000000,
"type": "SHORTS"
},
{
"video_id": "MlMfi5onIWg",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/MlMfi5onIWg/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLD4dQ_9T1dpu7xGbBugrfe7QcM9yQ",
"width": 405,
"height": 720
}
],
"view_count": 57000000,
"type": "SHORTS"
},
{
"video_id": "YSq9n1s9U0o",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/YSq9n1s9U0o/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLDIFsKWmJgt71uBPYlWYStx_XwEPQ",
"width": 405,
"height": 720
}
],
"view_count": 55000000,
"type": "SHORTS"
},
{
"video_id": "nBfsdE8HFnc",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/nBfsdE8HFnc/hq720.jpg?sqp=-oaymwEdCJUDENAFSFXyq4qpAw8IARUAAIhCcAHAAQbQAQE=&rs=AOn4CLDIQIALtt3TZT61mk__DT6Yq7UYUA",
"width": 405,
"height": 720
}
],
"view_count": 38000000,
"type": "SHORTS"
},
{
"video_id": "6V410vxc_oY",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/6V410vxc_oY/hq720.jpg?sqp=-oaymwEdCJUDENAFSFXyq4qpAw8IARUAAIhCcAHAAQbQAQE=&rs=AOn4CLBBKzm53MrcDPMt2vba3GK6j_nj5A",
"width": 405,
"height": 720
}
],
"view_count": 11000000,
"type": "SHORTS"
},
{
"video_id": "v2_Sm_o5jMA",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/v2_Sm_o5jMA/oardefault.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLCc0NtEZ9Jd7hHQv8GC4dGeObPFHg",
"width": 405,
"height": 720
}
],
"view_count": 28000000,
"type": "SHORTS"
},
{
"video_id": "6EgwLbQInAk",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/6EgwLbQInAk/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLCCuAthZwy4BBNyeEzEdeZlk-e_dA",
"width": 405,
"height": 720
}
],
"view_count": 26000000,
"type": "SHORTS"
},
{
"video_id": "QBVjf1qfICw",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/QBVjf1qfICw/oar2.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLCuFspuge5NPEtgpfTF_sXiyNl2vQ",
"width": 405,
"height": 720
}
],
"view_count": 11000000,
"type": "SHORTS"
},
{
"video_id": "8fNMLgYSH5E",
"thumbnails": [
{
"url": "https://i.ytimg.com/vi/8fNMLgYSH5E/oardefault.jpg?sqp=-oaymwEdCJUDENAFSFWQAgHyq4qpAwwIARUAAIhCcAHAAQY=&rs=AOn4CLBI40zaOngRcMMF_1kxScvmDNLrqA",
"width": 405,
"height": 720
}
],
"view_count": 11000000,
"type": "SHORTS"
}
],
"continuation_token": "4qmFsgL5AhIRRkVzZnZfYXVkaW9fcGl2b3QaxAJDQ0I2a0FGRFF6aFJRa0p3UlhWbldrSkRhamhMUXpOc05rOUZOVlJrYlRGQ1dWVlNNMFZuZERWbGFtaFBWVE5hZEZGWFJrVmtlRzlNWlVjMVptRkhPVlZWUlhSTFl6RkZhVU5vU1VsRFJITlJkMUF0VFhwUlRYRkRhRWxKUTBSelVYZFFMVTE2VVUxcFJWRnZVRTVFYjNoT2VrVjVUbFJOTTAxRVdYcE9SRkY0UzJjd1MwTXdjRmRrVnpsWVpGZHNWVTlHYkhieUJWc0tUaElfQ2d0NWVqaE9VM1p0UVdGRWR4SUxlWG80VGxOMmJVRmhSSGNhQzNodVgyaHZWRkJMU25OUklnb1NDQWc3RU1EX2pNMERLZ29TQ0FnN0VNRF9qTTBER2d0NGJsOW9iMVJRUzBwelVTaUJrb0dod29XWmhKVUKaAhxicm93c2UtZmVlZEZFc2Z2X2F1ZGlvX3Bpdm90"
}
}
}
},
{
"statusCode": "422",
"description": "Validation Error",
"content": {
"application/json": {
"schema": {
"title": "HTTPValidationError",
"type": "object",
"properties": {
"detail": {
"title": "Detail",
"type": "array",
"items": {
"title": "ValidationError",
"required": [
"loc",
"msg",
"type"
],
"type": "object",
"properties": {
"loc": {
"title": "Location",
"type": "array",
"items": {
"anyOf": [
{
"type": "string"
},
{
"type": "integer"
}
]
}
},
"msg": {
"title": "Message",
"type": "string"
},
"type": {
"title": "Error Type",
"type": "string"
}
}
}
}
}
},
"example": {
"detail": [
{
"loc": [],
"msg": "",
"type": ""
}
]
}
}
}
}
]
}Pricing
$0.01per successful request
Credits are deducted from your agntdata balance on each successful API call. Failed requests (4xx/5xx) are not charged.
Related endpoints
Start using this endpoint
Generate your API key and make your first call in under a minute. Free tier available with transparent pricing.
YouTube APIYouTube data APIaudio videos continuation APIAI agents data APIYouTube APIYouTube data APIYouTube for AI agents