---
title: "Batch Upload Attachments"
method: POST
path: "/attachments/conversations/{conversationId}/messages/{messageId}/batch-upload"
tags: ["Attachments"]
---

# Batch Upload Attachments

`POST /attachments/conversations/{conversationId}/messages/{messageId}/batch-upload`

Uploads multiple file attachments to a specific message in a conversation

## Path parameters

- `conversationId` integer, required
- `messageId` integer, required

## Query parameters

- `files` string[], required

## Response `200`

Batch upload completed (may include partial failures)

## Other responses

- `400` — Invalid request or no files provided
- `404` — Conversation or message not found

---

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