---
title: "POST /api/v1/files/upload-session"
method: POST
path: "/api/v1/files/upload-session"
tags: ["REST API", "version 1.x.x", "files"]
---

# POST /api/v1/files/upload-session

`POST /api/v1/files/upload-session`

Append chunk data to an upload session.
                            A single request should not upload more than 4 MB.
                            When all chunks are uploaded, create and return an new blob.

## Response `200`

OK

- object
  - `is-complete` boolean, required
  - `blob` object, required
    - `bucket` string, required
    - `hash` string, required
    - `suffix` string, required
    - `secret` string, required
    - `chunker` string, required
    - `size` integer, required

---

[API](https://skmtc.dev/pixcall/apis/sakura-api.md) · [All operations](https://skmtc.dev/pixcall/apis/sakura-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pixcall/sakura-api/revisions/10ed00ec068d/schema)
