For the complete documentation index, see llms.txt. This page is also available as Markdown.

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
string[]Optional
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
stringOptional
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
stringOptional
put
/v2/files/{path}

Last updated

Was this helpful?