Skip to main content
GET
/
download
Download Speed Test
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 file. Result is stored for historical analysis.

Headers

Hixbe-Version
string
required

API version header. Required for all endpoints except / and /health

Pattern: ^\d+\.\d+\.\d+$
Example:

"2.0.0"

Response

Download speed measurement completed

success
boolean
timestamp
string<date-time>
data
object
executionTime
string