---
title: "Upload a File to the specified Request"
method: POST
path: "/v1/requests/{uuid}/files"
tags: ["requests", "files"]
---

# Upload a File to the specified Request

`POST /v1/requests/{uuid}/files`

## Path parameters

- `uuid` string, uuid, required

## Response `200`

The UUID of the file that was attached to the Request

- object
  - `data` FileUploadRead, required
    - `uuid` string, uuid, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden (requires scopes `requests.files:write`)
- `404` — Resource not found
- `429` — Too many requests

---

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