Server
/api/v1.0/
https://id-qa.adara.com/api/v1.0/
https://id-prod.adara.com/api/v1.0/
Server Variables
oauth2 oauth2

FlowClient Credentials
Token URL/core/v1.0/oauth/token

Translate ids in a file

Generate a mapping file of Input to output IDs

Auth
Required Scopes:post:batch
Request Body
objectobject
inputobject
bucketstring
filesarray[string]
id_typestring
hash_typestring
outputobject
id_typestring
hash_typestring
filterobject
max_centralityinteger

Maximum number of edges to be considered a valid vertex

maximum: 100

minimum: 1

Default: 20

max_stepsinteger

Maximum number of edges to traverse from origin id

maximum: 10

minimum: 1

Default: 2

POST /batch
Copy
Responses
200

Successfully Created a batch translation job

objectobject
activeboolean

feature flag indicating that the feature endpoint is interactive

responseobject
createdinteger

unix timestamp of file upload time in seconds

job_idstring

unique id for the request

Response
Copy

Translate an ID

Auth
Required Scopes:post:translation
Request Body
objectobject
inputobject
idstring
id_typestring
hash_typestring
outputobject
id_typestring
hash_typestring
filterobject
max_centralityinteger

Maximum number of edges to be considered a valid vertex

maximum: 100

minimum: 1

Default: 20

max_stepsinteger

Maximum number of edges to traverse from origin id

maximum: 10

minimum: 1

Default: 2

POST /translation
Copy
Responses
200

Successfully returned list of intel scores

objectobject
activeboolean

feature flag indicating that the feature endpoint is interactive

responsearray[string]
Response
Copy