Threat.Zone API Migration Guide
Public API Migration Guide (v1 → v3)
Overview of Changes
Aspect
Old (v1)
New (v3)
Authentication
Old Method
# Bearer token (most endpoints)
curl -H "Authorization: Bearer <api-key>" ...
# Cookie-based (some download endpoints)
curl --cookie "accesstoken=<token>" ...New Method
Submission Endpoints
Create Sandbox Submission (Dynamic + Static Analysis)
Create Static-Only Submission
Create CDR Submission
Create URL Submission
Response Format (All Submissions)
Query Endpoints
Get Submission Details
List Submissions
Parameter
Type
Description
Search by SHA256 Hash
Download Endpoints
Download Sample
Download HTML Report
Download PCAP
Download Generated YARA Rule
Download Artifact
Get Screenshot (URL Analysis)
Get Media Files (Screenshots, Videos)
Configuration Endpoints
Get Metafields Configuration
Get Available Environments
User Info Endpoints
Get Current User Info
Deprecated Endpoints
Old Endpoint
Notes
Quick Migration Checklist
Example: Full Workflow
Old Workflow
New Workflow
Support
Last updated