---
title: "Starts a process that classifies requested assets."
method: POST
path: "/classify"
tags: ["Classification Process"]
---

# Starts a process that classifies requested assets.

`POST /classify`

API to start a process of classification.

## Request body

- ClassificationProcessRequest — Requests to start a classification process.
  - `assetIds` string[], required

## Response `202`

Classification process started.

- ClassificationProcessResponse — Represents the response returned when classification process starts.
  - `jobId` string, uuid — The ID of the newly started job.

## Other responses

- `400` — The request is not valid.
- `401` — The client is not authenticated.
- `403` — The user lacks permissions.
- `404` — Resource not found.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
