User GuidesAPI ReferenceRelease Notes
Doc HomeHelp CenterLog In

Import categorization labels into a categorization project

On success, this call streams records in as new-line separated categorization dataset actions (see Modify Records in a Dataset.

Note: Each JSON object must be on a single line. This example is pretty-printed for readability.

{
  "action": "CREATE|DELETE",
  "recordId": "...",
  "record": {
    "verified": {
      "category": {
        "categoryId": 'unify://unified-data/v1/projects/12/taxonomy/categories/3',
        "path": [ "cat1", "cat12" ]
      },
      "reason": "Optional description for the label choice"
    }
  }
}
Language
Click Try It! to start a request and see the response here!