cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/cpu/products \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "id": "<string>", "name": "<string>", "cpuNum": 123, "memorySize": 123, "rootfsSize": 123, "localVolumeSize": 123, "availableDeploy": true, "price": 123 }
application/json
Was this page helpful?