---
title: "Batch Complete Upload"
method: PUT
path: "/persons/{id_or_urn}/attachments"
tags: ["persons", "attachments"]
---

# Batch Complete Upload

`PUT /persons/{id_or_urn}/attachments`

## Path parameters

- `id_or_urn` union, required
  - integer
  - string, uuid
  - string

## Request body

- BatchCompleteUploadRequest
  - `attachment_urns` string[], required

## Response `200`

Successful Response

- AttachmentMetadataListOutput
  - `attachments` AttachmentMetadataOutput[], required
    - `name` string, required
    - `extension` string, required
    - `size` integer, required
    - `attachment_urn` string, required
    - `upload_uri` string, required
    - `created_at` string, date-time, required
    - `updated_at` string, date-time, required
    - `uploaded_by` union, required
      - string
      - string
    - `link` string, required
    - `uploaded_at` string, date-time, nullable, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-26** `fcf35c98e097` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status

[Change history](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/changes/persons/:id_or_urn/attachments/put.md)

---

[API](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api.md) · [All operations](https://skmtc.dev/harmonic/apis/harmonic-ai-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/harmonic/harmonic-ai-public-api/revisions/6b871b842c2d/schema)
