---
title: "Upload attachments to library"
method: POST
path: "/v2/quote-attachments"
tags: ["Library attachments"]
---

# Upload attachments to library

`POST /v2/quote-attachments`

Uploads attachments to the library.

## Response `201`

Created

- AttachmentResponse[]
  - `createdBy` CreatedBy, required
    - `fullName` string, required
    - `id` string, uuid, required
    - `role` string, required
  - `createdOn` string, date-time, required
  - `id` string, uuid, required
  - `name` string, required
  - `order` integer, required
  - `replacedOn` string, date-time
  - `type` string, required
  - `url` string, required

## Other responses

- `400` — Bad Request
- `403` — Authorization Error

---

[API](https://skmtc.net/pax8/apis/authentication.md) · [All operations](https://skmtc.net/pax8/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pax8/authentication/versions/4026bf405528/schema)
