---
title: "upload base64 file"
method: POST
path: "/uploads/upload-base64"
---

# upload base64 file

`POST /uploads/upload-base64`

## Request body

- object
  - `object_id` string — The name of the table to save the files to
  - `token` string
  - `file_name` string — Your file's name.
  - `content_type` string
  - `base64` string

## Response `200`

200

- object
  - `status` boolean
  - `data` object
    - `filePath` string
  - `metadata` object
    - `response` string
    - `message` string
    - `notifications` object[]

## Other responses

- `400` — 400

---

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