Download

This API allows you to download a file from the decentralized storage using its Content Identifier (CID)

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.

Download file

Download file

POST /api/v1/get

API endpoint and JWT token is available in Authenticate user api response.

Query Parameters

Headers

Binary image

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.

Last updated