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

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

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

Upload a file blob with the data associated in the request.
                            Do not use this to upload data larger than 4 MB.
                            Instead, split whole file into chunks and upload respectively.

## Response `200`

OK

- object
  - `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)
