Download
This API allows you to download a file from the decentralized storage using its Content Identifier (CID)
Download file
Download file
POST
/api/v1/get
API endpoint and JWT token is available in Authenticate user api response.
Query Parameters
Name
Type
Description
arg*
String
The Content Identifier (CID) of the file you want to download from the decentralized storage system
Headers
Name
Type
Description
Authorization*
Bearer <jwt token>
he authentication token required to access the API.
Binary image
Last updated