cURL
curl --request GET \ --url https://api.hixbe.com/speedtest/download-advanced \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": true, "timestamp": "2025-12-07T10:30:00.000Z", "data": { "average": 92.15, "detailed": [ { "size": "1MB", "speed": 90.5, "duration": "88ms" }, { "size": "10MB", "speed": 95.8, "duration": "835ms" }, { "size": "50MB", "speed": 90.2, "duration": "4435ms" } ], "unit": "Mbps", "description": "Download speeds tested with multiple file sizes", "variance": 2.8 }, "executionTime": "5500ms" }
Measures download speed using multiple file sizes (1MB, 10MB, 50MB) for more accurate and comprehensive results.
Why Multi-File Testing?
Use Cases:
Files Tested:
Note: This test takes longer but provides more accurate results.
API version header. Required for all endpoints except / and /health
^\d+\.\d+\.\d+$
"2.0.0"
Advanced download test completed successfully
Show child attributes
Was this page helpful?