v1

latestOpenAPI 3.1.02026-07-243011.4 KB

upload base64 file

post/uploads/upload-base64

Request body

object_idstring

The name of the table to save the files to

tokenstring
file_namestring

Your file's name.

content_typestring
base64string

Response

200

statusboolean

Example response

{
  "status": true,
  "data": {
    "filePath": "table_id/test__0e8dbf6f0986166bf779b9a964d6bd9c.txt"
  },
  "metadata": {
    "response": "ok",
    "message": "OK"
  }
}