---
title: "Mixed Doc classification summary"
method: GET
path: "/v2/mixed-document/{mixed_doc_uuid}/classification-summary"
tags: ["Classify"]
---

# Mixed Doc classification summary

`GET /v2/mixed-document/{mixed_doc_uuid}/classification-summary`

This API retrieves a summary of the classification of all Documents within a Mixed <<glossary:Document>>.
> 📘 About Uniqueness Values (UV)
 > The `uniqueness_values` array is populated only when the UV feature is enabled for your organization.
 > The fields returned within this array vary by form type but remain consistent across all organizations for a given form type. 
 > New UV fields may be added to existing form types over time. To enable this feature, contact your Ocrolus account team or reach out to [support@ocrolus.com](mailto:support@ocrolus.com).

## Path parameters

- `mixed_doc_uuid` string, uuid, required

## Query parameters

- `process_unknowns` boolean

## Response `200`

Success

- object
  - `status` integer — A numerical code that indicates the status of the request.
  - `response` object
    - `mixed_doc_uuid` string, uuid — A unique identification code of the Mixed Document.
    - `forms` object[] — An array of forms associated with the Mixed Document.
      - `form_uuid` string, uuid, nullable — The unique identification code of a form. Returns `null` for the unknown and rejected forms.
      - `upload_origin` string — Origin of the uploaded form type.
      - `upload_details` object — Details of an uploaded form.
        - `mixed_doc_uuid` string, uuid — A unique identification code of the Mixed Document.
        - `mixed_doc_page_indexes` integer[] — An array of page indexes associated with the Mixed Document.
        - `confidence` string, nullable — The confidence score associated with this Document.
      - `status` string — The processing status of the Mixed Document.
      - `rejection_reason` string, nullable — An optional attribute that briefly explains why a Document was rejected.
      - `form_type` object — The type of form.
        - `name` string — The name of the form.
        - `account_type` string — Type of account.
        - `account_source` 'STANDARD_STATEMENT' | 'TRANSACTION_SUMMARY' | 'CREDIT_UNION' | 'VOA_PLAID' | 'VOA_BLEND' | 'VOA_FINICITY' | 'VOA_ACCOUNTCHEK' | 'VOA_OTHERS' | 'OTHERS' | 'null', nullable — The source of the bank account data. Only populated for BANK_ACCOUNT form types. It will show `null` for non-bank form types.
        - `display_name` string — Display name of the form.
      - `is_original` boolean, nullable — Identifies whether the uploaded form is the original version or a duplicate. When true, the form is an original. When false, the form is a duplicate of another form, `use form_uuid_duplicate_of` to identify the original form. This field appears only when the `process_unknowns` field in the query parameter is set to `true` in the request.
      - `form_uuid_duplicate_of` string, nullable — An optional field that contains the UUID of the original form when the current form is identified as a duplicate. Returns null if the form is an original. Use this field alongside `is_original` field to identify and trace duplicate forms back to their source. This field appears only when the `process_unknowns` field in the query parameter is set to `true` in the request.
      - `uniqueness_values` object[] — Classification of the documents is based on the uniqueness values (UV). The fields under this array are displayed only when the UV feature is enabled for your organization. When not enabled, returns an empty array [].
        - `display_name` string — Display name of the attribute.
        - `raw_field_key` string — Unique identifier of the attribute in its raw and unprocessed form.
        - `value` string, nullable — Value of the attribute.
        - `confidence` number — The confidence score associated with this field.
  - `message` string — A textual description that indicates details about this response's status.

## Other responses

- `400` — Client Errors
- `500` — Internal server error

---

[API](https://skmtc.net/ocrolus/apis/user-management.md) · [All operations](https://skmtc.net/ocrolus/apis/user-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ocrolus/user-management/revisions/3571ef602d13/schema)
