For the complete documentation index, see llms.txt. This page is also available as Markdown.

Classification Process

The start of the classification process.

Starts a process that classifies requested assets.

post

API to start a process of classification.

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.

post/classify

Last updated

Was this helpful?