---
title: "Upload Files"
method: POST
path: "/api/conversations/{conversation_id}/upload-files"
---

# Upload Files

`POST /api/conversations/{conversation_id}/upload-files`

## Path parameters

- `conversation_id` string, required

## Response `200`

Successful Response

- POSTUploadFilesModel — Upload files response model
  - `file_urls` string[], required
  - `skipped_files` string[], required

## Other responses

- `422` — Validation Error

---

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