External DocumentationTo learn more, visit the VirusTotal documentation.
Parameters
Example Output
Workflow Library Example
Detect and Respond to Gmail Email PhishingPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Time Interval | The duration (seconds) between analysis checks. |
| URL | The URL to scan. |
{
"data": {
"id": "<string>",
"type": "<string>",
"links": {
"self": "<string>",
"item": "<string>"
},
"attributes": {
"stats": {
"malicious": 1,
"suspicious": 2,
"undetected": 24,
"harmless": 117,
"timeout": 2
},
"status": "<string>",
"date": 3019433,
"results": {
"Artists Against 419": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
},
"ZeroFox": {
"method": "<string>",
"engine_name": "<string>",
"category": "<string>",
"result": "<string>"
}
}
}
},
"meta": {
"url_info": {
"id": "<string>",
"url": "<string>"
}
}
}
Was this page helpful?