Get File Details
This API serves as a powerful tool for retrieving comprehensive information about files stored on the IPFS, a decentralized and distributed file storage protocol.The weightage for this API is 10
API Specification
Get File Details
POST
https://api.krypcore.com/api/v0/storagemanageripfs/getFileDetails
Gets the file details from the storage under the given instance.
Headers
Name
Type
Description
Authorization*
String
User Auth Key obtained from Dash
DappId
String
DappId
Request Body
Name
Type
Description
page
Number
Details of uploaded files to be retrieved for the given page No
pageSize
Number
No of uploaded files details to be displayed per page
Take a look at how you might call this method using our official libraries, or via curl
:
Last updated
Was this helpful?