Skip to main content
POST
/
bulk
/
observables
cURL
curl --request POST \
  --url https://nvidia.casebender.com/api/v1/bulk/observables \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "fields": {
    "tlp": 2,
    "pap": 1.5,
    "ioc": true,
    "sighted": true,
    "details": "<string>"
  }
}
'

Authorizations

Authorization
string
header
required

API key authentication. Use format: Bearer cbr_live_your_key

Body

application/json
ids
string[]
required
Maximum array length: 10000
fields
object
required

Response

200

Default Response