cURL
curl --request GET \ --url https://api.shadeform.ai/v1/volumes/types \ --header 'X-API-KEY: <api-key>'
{ "volume_types": [ { "cloud": "hyperstack", "region": "canada-1", "supports_multi_mount": true, "fixed_size": true, "price_per_gb_per_hour": "0.0001" } ] }
Get list of supported storage volumes.
Returns an VolumesTypesResponse object.
The response is of type object.
object