FileSystem

get

Download File

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Query parameters
filenamestringRequired
Responses
200

Success: File downloaded successfully

No content

get
/api/v1/filesystem/download_file/
GET /api/v1/filesystem/download_file/?filename=text HTTP/1.1
Host: /
Accept: */*

No content

post

Upload Files

Authorizations
sessionidstringRequired

Log in using the POST /api/v1/auth/ endpoint

Body
filesstring · binary[]Optional
Responses
200

Success: File(s) uploaded successfully

No content

post
/api/v1/filesystem/upload_files/
POST /api/v1/filesystem/upload_files/ HTTP/1.1
Host: /
Content-Type: multipart/form-data
Accept: */*
Content-Length: 20

{
  "files": [
    "binary"
  ]
}

No content

Last updated

Was this helpful?