curl --request POST \
--url https://nvidia.casebender.com/api/v1/observables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>",
"dataType": "<string>",
"caseId": "<string>",
"alertId": "<string>",
"tlp": 2,
"pap": 2,
"ioc": false,
"sighted": false,
"ignoreSimilarity": false,
"details": "<string>",
"tags": [
"<string>"
]
}
'Create a new observable/IOC
curl --request POST \
--url https://nvidia.casebender.com/api/v1/observables \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"data": "<string>",
"dataType": "<string>",
"caseId": "<string>",
"alertId": "<string>",
"tlp": 2,
"pap": 2,
"ioc": false,
"sighted": false,
"ignoreSimilarity": false,
"details": "<string>",
"tags": [
"<string>"
]
}
'API key authentication. Use format: Bearer cbr_live_your_key
10 <= x <= 40 <= x <= 3Default Response