---
title: "Create Attachment"
method: POST
path: "/attachments"
---

# Create Attachment

`POST /attachments`

This endpoint creates a new attachment and associates it with the client.

## Request body

- object
  - `file` string, binary, required — File being uploaded, associated with the attachment. Allowed mimetypes are: audio/mpeg, audio/wav, audio/wave, audio/x-wav, audio/aiff, audio/x-aifc, audio/x-aiff, audio/x-gsm, audio/gsm, audio/ulaw.

## Response `201`

201

- object
  - `attachment_key` string
  - `attachment_url` string
  - `attachment_mimetype` string

## Other responses

- `422` — 422

---

[API](https://skmtc.dev/seebot/apis/seebottalk.md) · [All operations](https://skmtc.dev/seebot/apis/seebottalk/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/seebot/seebottalk/revisions/4b8c104ade48/schema)
