cURL
curl --request GET \ --url https://api.hixbe.com/speedtest/upload \ --header 'Hixbe-Version: <hixbe-version>'
{ "success": true, "timestamp": "2025-12-07T10:30:00.000Z", "data": { "upload": 48.75, "unit": "Mbps", "fileSize": "1MB", "id": 3 }, "executionTime": "165ms" }
Measures upload speed using a 1MB test file.
Use Cases:
Test Method: Uploads 1MB of data 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"
Upload speed measurement completed
Show child attributes
Was this page helpful?