/video/screenshotVideo Screenshot
Screenshot
Cost / request
$0.01
Response format
JSON
Protocol
REST
About this endpoint
Access YouTube data through agntdata: Video Screenshot. Endpoint returns a screenshot given timestamp in seconds. 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 |
|---|---|---|---|---|
| video_id | query | string | required | —Default: PuQFESk0BrA |
| timestamp_s | query | number | required | —Default: 1200 |
Responses
Successful response
{
"type": "object"
}Agent / Developer Schema
Machine-readable formats for integrating this endpoint into AI agents and toolchains.
{
"operationId": "Video_Screenshot",
"method": "get",
"path": "/video/screenshot",
"summary": "Video Screenshot",
"description": "Endpoint returns a screenshot given timestamp in seconds",
"parameters": [
{
"name": "video_id",
"in": "query",
"required": true,
"schema": {
"type": "string",
"default": "PuQFESk0BrA"
}
},
{
"name": "timestamp_s",
"in": "query",
"required": true,
"schema": {
"type": "number",
"default": "1200"
}
}
],
"responses": [
{
"statusCode": "200",
"description": "Successful response",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
},
{
"statusCode": "400",
"description": "Bad request"
},
{
"statusCode": "401",
"description": "Unauthorized - invalid API key"
},
{
"statusCode": "429",
"description": "Rate limit exceeded"
}
]
}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 APIvideo screenshot APIAI agents data APIYouTube APIYouTube data APIYouTube for AI agents