---
title: "POST /documentClassifiers/{classifierId}:copyTo"
method: POST
path: "/documentClassifiers/{classifierId}:copyTo"
---

# POST /documentClassifiers/{classifierId}:copyTo

`POST /documentClassifiers/{classifierId}:copyTo`

Copies document classifier to the target resource, region, and classifierId.

## Path parameters

- `classifierId` string, required

## Query parameters

- `api-version` string, required

## Request body

- ClassifierCopyAuthorization — Authorization to copy a document classifier to the specified target resource and classifierId.
  - `targetResourceId` string, required — ID of the target Azure resource where the document classifier should be copied to.
  - `targetResourceRegion` string, required — Location of the target Azure resource where the document classifier should be copied to.
  - `targetClassifierId` string, required — Identifier of the target document classifier.
  - `targetClassifierLocation` string, uri, required — URL of the copied document classifier in the target account.
  - `accessToken` string, required — Token used to authorize the request.
  - `expirationDateTime` string, date-time, required — Date/time when the access token expires.

## Response `202`

The request has been accepted for processing, but processing has not yet completed.

## Other responses

- `default` — An unexpected error response.

---

[API](https://skmtc.net/azure/apis/ai-documentintelligence.md) · [All operations](https://skmtc.net/azure/apis/ai-documentintelligence/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/ai-documentintelligence/versions/3f750834da9e/schema)
