Upload
This API endpoint allows you to add a file to the decentralized storage.
Upload file
Upload file
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"Name": "The name of the uploaded file",
"Hash": "The Content Identifier (CID) of the file on the decentralized storage. It uniquely identifies the file and can be used to retrieve or reference it.",
"Size": "The size of the uploaded file in bytes"
}{ error: Error message }Last updated