curl --request POST \
--url https://nvidia.casebender.com/api/v1/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"entityType": "<string>",
"data": {},
"description": "<string>",
"caseTypeValue": "<string>"
}
'Create a new template
curl --request POST \
--url https://nvidia.casebender.com/api/v1/templates \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"entityType": "<string>",
"data": {},
"description": "<string>",
"caseTypeValue": "<string>"
}
'API key authentication. Use format: Bearer cbr_live_your_key
Default Response