---
title: "Upload the deal data"
method: PUT
path: "/upload/{id}"
---

# Upload the deal data

`PUT /upload/{id}`

Allows uploading data for deals in a single stream. Suitable for small deals.

## Path parameters

- `id` string, required

## Response `200`

UploadOk indicates a successful upload operation, represented by the HTTP status code 200

## Other responses

- `400` — Bad Request - Invalid input or validation error
- `404` — UploadStartCodeDealNotFound represents a 404 status indicating the deal was not found during the upload start process
- `500` — UploadServerError indicates a server-side error occurred during the upload process, represented by the HTTP status code 500

---

[API](https://skmtc.net/filecoin-project/apis/curio-market-2-0-api.md) · [All operations](https://skmtc.net/filecoin-project/apis/curio-market-2-0-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/filecoin-project/curio-market-2-0-api/versions/4406be02a799/schema)
