cURL
curl --request POST \ --url https://rest.compute.cudo.org/v1/projects \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "billingAccountId": "<string>", "id": "<string>" } '
{ "billingAccountId": "<string>", "id": "<string>", "createBy": "<string>", "resourceCount": 123 }
Creates a new project.
API key authentication. API keys should be passed using the format Bearer API_KEY.
Bearer API_KEY
Create project params
A successful response.