Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Output - for HTTP status OK (200):

  • StatusEmbeddingStatus- of the content (document) - New/SentToQueue/Processing/Done/Failed

  • Classifications(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/Regular

    • Status - New/Processing/Done/Error/Skip

    • ClassificationRules (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.

...