---
title: "POST /v1/{+processorVersion}:evaluateProcessorVersion"
method: POST
path: "/v1/{+processorVersion}:evaluateProcessorVersion"
tags: ["projects"]
---

# POST /v1/{+processorVersion}:evaluateProcessorVersion

`POST /v1/{+processorVersion}:evaluateProcessorVersion`

Evaluates a ProcessorVersion against annotated documents, producing an Evaluation.

## Path parameters

- `processorVersion` string, required

## Request body

- GoogleCloudDocumentaiV1EvaluateProcessorVersionRequest — Evaluates the given ProcessorVersion against the supplied documents.
  - `evaluationDocuments` GoogleCloudDocumentaiV1BatchDocumentsInputConfig — The common config to specify a set of documents used as input.
    - `gcsPrefix` GoogleCloudDocumentaiV1GcsPrefix — Specifies all documents on Cloud Storage with a common prefix.
      - `gcsUriPrefix` string — The URI prefix.
    - `gcsDocuments` GoogleCloudDocumentaiV1GcsDocuments — Specifies a set of documents on Cloud Storage.
      - `documents` GoogleCloudDocumentaiV1GcsDocument[] — The list of documents.
        - `gcsUri` string — The Cloud Storage object uri.
        - `mimeType` string — An IANA MIME type (RFC6838) of the content.

## Response `200`

Successful response

---

[API](https://skmtc.dev/google/apis/documentai.md) · [All operations](https://skmtc.dev/google/apis/documentai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/google/documentai/revisions/88d43b76c9f3/schema)
