Files

Cedana API for files

Read directory contents

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Responses
200

Returns the list of files in the directory

application/json
Responsestring[]
get
/v2/files/dir/{path}

Download file

get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Responses
200

Returns the URL to download the file from

text/plain
Responsestring
get
/v2/files/{path}

Upload file

put
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
pathstringRequired
Responses
200

Returns the URL to upload the file to

text/plain
Responsestring
put
/v2/files/{path}

Last updated

Was this helpful?