Skip to main content
POST
Upload local file (multipart/form-data)

Authorizations

Authorization
string
header
required

API key must be prefixed with "Key ", e.g. Authorization: Key YOUR_API_KEY

Path Parameters

target_path
string
required

Target path (including filename)

Example:

"datasets/images/cat.jpg"

Query Parameters

unzip
boolean | null
default:false

If true and the uploaded file is a ZIP, it will be extracted

Example:

false

Body

multipart/form-data
file_upload
any

Binary file content

Response

Upload completed

Indicates whether the operation was successful