v3.0
Bulk Score Service API

Servers

Choose a server to use:

/api/v1.0/
https://bulkscore-qa.adara.com/api/v1.0/
https://bulkscore-prod.adara.com/api/v1.0/
oauth2 oauth2

FlowclientCredentials
Token URL/core/v1.0/oauth/token

json body post request to get the matches

POST /match

Auth
Request Body
object objectrequired
input objectrequired
bucket stringrequired
files array[string]required
id_type stringrequired
hash_type stringrequired
Example Request
Copy
Responses
200 400 401
object object
active boolean

Feature a flag that the feature endpoint is interactive

optional
response objectoptional
created integer

Unix Timestamp

optional
job_id string

unique id for the request

optional
Example Response
200 Successfully returned the match details
400 Invalid request format
401 Missing/Invalid/Expired Authorization Token
Copy

Sample json body post request that creates and triggers a bulk request task

POST /score

Auth
Request Body
object object
input objectoptional
bucket stringrequired
files array[string]required
id_type stringrequired
hash_type stringrequired
query objectoptional
signals array[string]required
limit integeroptional
include_all booleanrequired
delimiter stringrequired
Example Request
Copy
Responses
200 400 401
object object
active boolean

feature flag indicating that the feature endpoint is interactive

optional
response objectoptional
created integer

unix timestamp of file upload time in seconds

optional
job_id string

unique id for the request

optional
Example Response
200 Successfully returned list of intel scores
400 Invalid request format
401 Missing/Invalid/Expired Authorization Token
Copy