---
title: "POST /api/files/drop-box/classify/results"
method: POST
path: "/api/files/drop-box/classify/results"
tags: ["Files"]
---

# POST /api/files/drop-box/classify/results

`POST /api/files/drop-box/classify/results`

Fetch the latest fast-classification result for each of the given fileIds. Maximum 10 files per request.

## Request body

- object
  - `fileIds` string[], required

## Response `200`

Default Response

- object
  - `metadata` object, required
    - `success` boolean, required — True when the request succeeded.
  - `data` object, required
    - `results` object[], required
      - `fileId` string, required
      - `aiProcessingJobId` string, nullable, required
      - `status` 'pending' | 'processing' | 'completed' | 'failed', required
      - `classification` object, nullable, required
        - `type` 'AUDIT' | 'CERTIFICATE' | 'CAP' | 'DOCUMENT' | 'OTHER', required
        - `confidence` number, required
        - `reasoning` string, required
      - `error` string, nullable, required

## Changes

> 23 revisions in range; 1 not diffed.

- **2026-08-31** `97e51f27dc77` — 4 breaking, 6 info
  - the response property `data/results/items/aiProcessingJobId` became nullable for the status `200`
  - the response property `data/results/items/classification` became nullable for the status `200`
  - the response property `data/results/items/error` became nullable for the status `200`
  - the `data/results/items/classification` response's property type/format changed from ``/`` to `object`/`` for status `200`
  - …6 more

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/files/drop-box/classify/results/post.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/retraced/api-reference/revisions/fde251beb0ca/schema)
