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.
Documentation IndexFetch the complete documentation index at: https://docs.shadeform.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.shadeform.ai/llms.txt
Use this file to discover all available pages before exploring further.
Returns an VolumesTypesResponse object.
Show child attributes