Classification Process
Authorizations
AuthorizationstringRequired
The APIs require Basic HTTP authentication.
Body
Requests to start a classification process.
assetIdsstring · uuid[]Required
The ids of the assets to classify.
Responses
202
Classification process started.
application/json
Represents the response returned when classification process starts.
jobIdstring · uuidOptional
The ID of the newly started job.
400
The request is not valid.
application/json
401
The client is not authenticated.
application/json
403
The user lacks the required permissions.
application/json
404
Resource not found.
application/json
post/classify
Last updated
Was this helpful?