Skip to main content
POST
/
v1
/
projects
/
{projectID}
/
disks
/
{diskName}
/
upload
Upload file in FileBrowser
curl --request POST \
  --url https://{filebrowser-url}/v1/projects/{projectID}/disks/{diskName}/upload \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
This response has no body data.

Documentation Index

Fetch the complete documentation index at: https://developers.liara.ir/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Enter the token with the Bearer: prefix, e.g. "Bearer abcde12345". #

Path Parameters

projectID
string
required

The id of your project

diskName
string
required

The name of your disk

Query Parameters

path
string
required

The path of your disk

overwrite
string
default:no

The overwrite of your request

Body

multipart/form-data
file
file
required

Response