---
title: "Upload files to an account"
method: POST
path: "/accounts/{id}/files"
tags: ["accounts"]
---

# Upload files to an account

`POST /accounts/{id}/files`

Uploads one or more files to an account by ID or external ID.

**Rate limit:** 10 requests per minute

## Path parameters

- `id` string, required

## Response `200`

- UploadAccountFileResponseBody
  - `data` Attachment[] — The data payload of the response.
    - `description` string — The description of the attachment.
    - `id` string — The ID of the attachment.
    - `name` string — The name of the attachment.
    - `url` string — The URL of the attachment.
  - `request_id` string — The request ID for tracking.

## Other responses

- `400` — The request was invalid or could not be completed.
- `404`
- `500` — An unexpected internal error occurred.

---

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