filename
query string Optional Optional filename for Content-Disposition attachment
/screenshot/video Retrieve rendered video
Options are grouped for easier scanning, similar to parameter-focused docs.
filenamestring Optional Optional filename for Content-Disposition attachment
idinteger Required Screenshot ID
200 Video content
No JSON example provided in OpenAPI.
401 Unauthorized
{
"success": false,
"error": "Unauthorized",
"code": "UNAUTHORIZED"
} 404 Screenshot or video not found
{
"success": false,
"error": "Video not found for screenshot",
"code": "NOT_FOUND"
} 500 Server error
{
"success": false,
"error": "Invalid API key",
"code": "INVALID_API_KEY",
"details": {
"request_id": "req_123456"
}
}