API References
Private IPFS for NFT
Add
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
wrapstringOptional
Make a directory for including the file
Body
filestring · binaryOptional
Responses
200
Add a file or directory to IPFS
application/json
cidstringRequired
The content ID to the IPFS object(s) to be outputted
post
/ipfs/add200
Add a file or directory to IPFS
Request Body
Example
Cat
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired
The content ID to the IPFS object(s) to be outputted
Query parameters
sub_pathstringOptional
The sub path of the IPFS object(s)
Responses
200
Show IPFS object data
text/plain
stringOptional
get
/ipfs/{cid}200
Show IPFS object data
Example
Get
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired
The content ID to the IPFS object(s) to be outputted
Query parameters
filenamestringOptional
The filename to be saved. If omitted, CID is used
Responses
200
Save IPFS object data
application/x-tar
string · binaryOptional
get
/ipfs/{cid}/get200
Save IPFS object data
Example
Id
Example
Version
Example
Last updated
