---
title: "POST /uploads/{upload_id}"
method: POST
path: "/uploads/{upload_id}"
---

# POST /uploads/{upload_id}

`POST /uploads/{upload_id}`

Upload a chunk of bytes to the upload session

## Path parameters

- `upload_id` string, required

## Headers

- `X-Upload-Offset` integer
- `X-API-Version` '1.0.0'

## Response `200`

Upload a chunk of bytes to the upload session for upload_id

- PostUploadsWithUploadIdResponseSchema
  - `upload_id` string, required — The unique upload session identifier to use for uploading the file
  - `file_id` string — The ready file identifier after the upload is complete
  - `offset` integer — This is a zero-based numeric index of byte number in which the current upload session to be resuming upload from

---

[API](https://skmtc.net/meta-llama/apis/llama-api-specification.md) · [All operations](https://skmtc.net/meta-llama/apis/llama-api-specification/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/meta-llama/llama-api-specification/versions/edf0a308dd29/schema)
