cURL
curl --request GET \ --url https://api.novita.ai/gpu-instance/openapi/v1/image/prewarm/quota \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>'
{ "total": 123, "limit": 123, "perImageSize": 123 }
application/json
Was this page helpful?