Jump to Content
API Reference
v1.0
Log In
API Reference
Log In
Moon (Dark Mode)
Sun (Light Mode)
v1.0
API Reference
getStorjFileMetadata
Search
JUMP TO
OVERVIEW
Getting Started
DELTA STORAGE SDK
Quick Start
Drives
create
getAll
contents
getTotalSize
download
rename
delete
Directories
create
contents
getTotalSize
download
move
rename
delete
Files
upload
bulkUpload
listAllFiles
details
getBlobURL
download
rename
delete
File Access
addPassword
addEmail
read
verifyPassword
update
deleteEmail
Account
readStorageCapacity
readStorageUsed
exportData
readSettings
updateSettings
Edge Nodes
add
read
Replications
uploadAndReplicateToSia
replicateToSia
replicateToStorj
getIPFSFileMetadata
getSiaFileMetadata
getStorjFileMetadata
Delta Storage API
Drives
Create a drive
post
Return all drives.
get
Return all files and directories with the given drive ID.
get
Get the size of a drive.
get
Get zip file of a drive.
get
Update drive or move files/folders to drive.
put
Soft-delete a drive.
delete
Directories
Create a directory.
post
Return all root files and directories.
get
Return all files and directories with the given directory ID.
get
Get the size of a directory.
get
Get zip file of a directory.
get
Update or move a directory.
put
Soft-delete a directory.
delete
Files
Upload a single file.
post
Retrieve encrypted file by file ID
post
Returns a single file.
get
Retrieve files owned by the user.
get
Returns metadata of a file via CID.
get
Update a file.
put
Soft-delete a file.
delete
Retrieval Requests
Create Retrieval Request
post
Get retrieval request by DSN and File ID.
get
Account
Export user files as a ZIP archive
get
Get the total size of uploaded files.
get
Powered by
getStorjFileMetadata
WIP