...
Output - for HTTP status OK (200):
Status
EmbeddingStatus
- of the content (document) - New/SentToQueue/Processing/Done/FailedClassifications
(only if embedding status is Done) - list of classifications found for the content, by rule type (AI/Regular). Each classification contains the following fields:RuleType
- AI/RegularStatus
- New/Processing/Done/Error/SkipClassificationRules
(only if status is Done) - list of rules of the specified type that were matched for the content. Each rule contains the following fields:RuleName
RuleDescription
RulePurpose
RuleType
SensitivityLevel
RuleValue
In case of an error, it will return an error message.
...