cURL
curl --request GET \ --url https://api.hixbe.com/speedtest/download \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": true, "timestamp": "2025-12-07T10:30:00.000Z", "data": { "download": 95.42, "unit": "Mbps", "fileSize": "10MB", "id": 2 }, "executionTime": "850ms" }
Measures download speed using a 10MB test file.
Use Cases:
Test Method: Downloads a 10MB file and calculates speed based on transfer time.
Result Storage: Automatically stored with unique ID.
Typical Speeds:
API version header. Required for all endpoints except / and /health
^\d+\.\d+\.\d+$
"2.0.0"
Download speed measurement completed
Show child attributes
Was this page helpful?