Download
This API allows you to download a file from the decentralized storage using its Content Identifier (CID)
Last updated
This API allows you to download a file from the decentralized storage using its Content Identifier (CID)
Last updated
Good to know: Consider the size of the file you are downloading and the network conditions. Larger files may take longer to download, so ensure that your application handles file downloads efficiently and provides progress indications if needed.
POST
/api/v1/get
API endpoint and JWT token is available in Authenticate user api response.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
The provided CID ("Hash"
) in api response can be used to interact with the decentralized storage system to retrieve or manipulate the file as needed.
arg*
String
The Content Identifier (CID) of the file you want to download from the decentralized storage system
Authorization*
Bearer <jwt token>
he authentication token required to access the API.