---
title: "Upload an attachment"
method: POST
path: "/v3/organizations/{org_id}/attachments"
tags: ["attachments"]
---

# Upload an attachment

`POST /v3/organizations/{org_id}/attachments`

Upload a file attachment that can be used in Devin sessions.

## Path parameters

- `org_id` string, required

## Response `200`

Successful Response

- AttachmentResponse
  - `attachment_id` string, required
  - `name` string, required
  - `url` string, required

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Conflict
- `422` — Unprocessable Content
- `429` — Too Many Requests

---

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