---
title: "Upload Files"
method: POST
path: "/api/storage/leads/{lead_id}/upload"
tags: ["storage"]
---

# Upload Files

`POST /api/storage/leads/{lead_id}/upload`

Upload multiple files to lead's storage at specified path.

Args:
    lead_id: Lead UUID
    files: List of files to upload
    path: Target path relative to lead folder (optional)

Returns:
    List of uploaded file info with signed URLs

## Path parameters

- `lead_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/riskcube/apis/slack-lead-manager.md) · [All operations](https://skmtc.dev/riskcube/apis/slack-lead-manager/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/riskcube/slack-lead-manager/revisions/4442bbae8296/schema)
