---
title: "Chunked upload of data"
method: PUT
path: "/v4/uploads/{uploadId}"
tags: ["Uploads"]
---

# Chunked upload of data

`PUT /v4/uploads/{uploadId}`

Send chunked data for an **Upload**.

## Path parameters

- `uploadId` string, uuid, required

## Headers

- `Content-Range` string, required
- `Content-Type` string, required

## Response `204`

No Content

## Other responses

- `400` — Bad Input
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `429` — Too Many Requests
- `500` — Internal Server Error
- `503` — Server Busy

---

[API](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis.md) · [All operations](https://skmtc.net/fieldview/apis/climate-fieldview-platform-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fieldview/climate-fieldview-platform-apis/revisions/f6831695600e/schema)
