Bearer authentication format, for example: Bearer {{API Key}}.
Request Body
Example
Request
curl --request POST \
--url 'https://api.novita.ai/gpu-instance/openapi/v1/networkstorage/create' \
--header 'Authorization: Bearer {{API Key}}' \
--header 'Content-Type: application/json' \
--data '{
"clusterId": "string",
"storageName": "string",
"storageSize": 0
}'
Response