Regions
List volume types
List available volume types.
X-API-Key<token>
GPU API key (format: mk_...). Generate from the dashboard
or via POST /api-keys.
In: header
Response Body
application/json
application/json
curl -X GET "https://gpu.huddleapis.com/api/v1/volume-types"{
"code": "OK",
"data": [
{
"name": "NVMe",
"description": "string"
}
]
}{
"code": "BAD_REQUEST",
"error": "Missing required field: hostname"
}