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
404
Not Found: File not found
503
Service Unavailable: Unable to download file
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
400
Bad Request: Invalid input
503
Service Unavailable: Unable to upload file(s)
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?

