cURL
curl --request POST \ --url https://api.novita.ai/gpu-instance/openapi/v1/repository/auth/save \ --header 'Authorization: <authorization>' \ --header 'Content-Type: <content-type>' \ --data '{ "name": "<string>", "username": "<string>", "password": "<string>" }'
application/json
curl --request POST \ --url 'https://api.novita.ai/gpu-instance/openapi/v1/repository/auth/save' \ --header 'Authorization: Bearer {{API Key}}' \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "username": "<string>", "password": "<string>" }'
{}
Was this page helpful?