---
title: "Upload Attachment"
method: POST
path: "/api/attachments"
tags: ["attachments"]
---

# Upload Attachment

`POST /api/attachments`

## Response `201`

Successful Response

- AttachmentResponse — Public attachment metadata — no host or Volume paths.
  - `id` string, uuid, required
  - `filename` string, required
  - `content_type` string, nullable
  - `byte_size` integer, required
  - `checksum_sha256` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/qredence/apis/fleet-rlm.md) · [All operations](https://skmtc.net/qredence/apis/fleet-rlm/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/qredence/fleet-rlm/revisions/c47be4a3f07e/schema)
