/
LO
logos-storage
/
Logos Storage API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 18m ago · Updated 1mo ago
Details
Filter operations
Data
7
get
Lists manifest CIDs stored locally in node.
post
Upload a file in a streaming manner. Once finished, the file is stored in the node and can be retrieved by any node in the network using the returned CID.
get
Download a file from the local node in a streaming manner. If the file is not available locally, a 404 is returned.
post
Download a file from the network to the local node if it's not available locally. Note: Download is performed async. Call can return before download is completed.
get
Download a file from the network in a streaming manner. If the file is not available locally, it will be retrieved from other nodes in the network if able.
get
Download only the dataset manifest from the network to the local node if it's not available locally.
get
Gets a summary of the storage space allocation of the node.
Debug
2
Marketplace
9
Node
3
Data
Upload a file in a streaming manner. Once finished, the file is stored in the node and can be retrieved by any node in the network using the returned CID.
post
/data
Response
CID of uploaded file
Changes