---
title: "upload s3 file from app"
method: POST
path: "/w/{workspace}/apps_u/upload_s3_file/{path}"
tags: ["app"]
---

# upload s3 file from app

`POST /w/{workspace}/apps_u/upload_s3_file/{path}`

## Path parameters

- `workspace` string, required
- `path` string, required

## Query parameters

- `file_key` string
- `file_extension` string
- `s3_resource_path` string
- `resource_type` string
- `storage` string
- `content_type` string
- `content_disposition` string

## Response `200`

file uploaded

- object
  - `file_key` string, required
  - `delete_token` string, required

---

[API](https://skmtc.dev/windmill/apis/windmill-api.md) · [All operations](https://skmtc.dev/windmill/apis/windmill-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/windmill/windmill-api/revisions/7b281701c340/schema)
