{ "opencollection": "1.0.0", "info": { "name": "VirusTotal API v3 - Access Control Access Control - Group Management Private Scanning - Zipping files API", "version": "3.0" }, "request": { "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "items": [ { "info": { "name": "Private Scanning - Zipping files", "type": "folder" }, "items": [ { "info": { "name": "VirusTotal Create a Password-protected ZIP with Google Threat Intelligence Files", "type": "http" }, "http": { "method": "POST", "url": "https://www.virustotal.com/api/v3/private/zip_files", "body": { "type": "json", "data": "{}" }, "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "Creates a ZIP file containing the files specified in the request. Optionally you can provide a password for protecting the ZIP file. The request's body must have the following structure: \n```json Example request\n{\n\\\"data\\\": {\n\\\"password\\\": \\\"mysecretpassword\\\",\n \\\"hashes\\\":[\n \\\"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855\\\",\n \\\"275a021bbfb6489e54d471899f7db9d1663fc695ec2fe2a2c4538aabf651fd0f\\\",\n \\\"ed1707bf39a62b0efd40e76f55409ee99db0289dc5027d0a5e5337b4e7a61ccc\\\"]\n }\n" }, { "info": { "name": "VirusTotal Check a ZIP File’s Status", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/zip_files/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "ZIP file identifier" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "This endpoint returns information about a ZIP file.\n\n```json Example response\n{\n \\\"data\\\": {\n \\\"type\\\": \\\"zip_file\\\",\n \\\"id\\\": \\\"4939392292\\\",\n \\\"attributes\\\": {\n \\\"status\\\": \\\"creating\\\",\n \\\"progress\\\": 45,\n \\\"files_ok\\\": 3,\n \\\"files_error\\\": 0\n }\n }\n}\n``` \n\n\nThe `status` attribute contains one of the following statuses:\n\n- `starting`\n- `creating`\n- `finished`\n- `timeout`\n- `error-starting`\n- `error-creating`\n\nWhen the status is finished you may proceed to down" }, { "info": { "name": "VirusTotal Download a ZIP File", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/zip_files/:id/download", "params": [ { "name": "id", "value": "", "type": "path", "description": "ZIP file identifier" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "VirusTotal Download a ZIP File" }, { "info": { "name": "VirusTotal Get a ZIP File’s Download URL", "type": "http" }, "http": { "method": "GET", "url": "https://www.virustotal.com/api/v3/private/zip_files/:id/download_url", "params": [ { "name": "id", "value": "", "type": "path", "description": "ZIP file identifier" } ], "auth": { "type": "apikey", "key": "x-apikey", "value": "{{x-apikey}}", "placement": "header" } }, "docs": "VirusTotal Get a ZIP File’s Download URL" } ] } ], "bundled": true }