Ipfs
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
string · binaryOptional
Responses
201
File added successfully.
application/json
stringOptionalExample:
bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnm400
Bad request.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
422
Body content in request is empty.
application/json
500
Internal server error.
application/json
post
/ipfs/fileAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
string · binaryOptional
Responses
201
File added successfully.
application/json
stringOptionalExample:
bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnm400
Bad request.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
422
Body content in request is empty.
application/json
500
Internal server error.
application/json
post
/ipfs/file/directAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequiredExample:
Policy id
69aeb71ef8c5b278e3bab4e5Body
string · binaryOptional
Responses
201
File added successfully.
application/json
stringOptionalExample:
69c115c3892ada2bac183377401
Unauthorized request.
application/json
403
Forbidden
application/json
422
Body content in request is empty.
application/json
500
Internal server error.
application/json
post
/ipfs/file/dry-run/{policyId}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequiredExample:
File cid
bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnmResponses
200
Successful operation. Returns file content.
application/octet-stream
401
Unauthorized request.
application/octet-stream
403
Forbidden
application/octet-stream
404
File is not found.
application/octet-stream
500
Internal server error.
application/octet-stream
get
/ipfs/file/{cid}Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired
File cid
Responses
200
Successful operation.
application/json
401
Unauthorized request.
application/json
403
Forbidden
application/json
500
Internal server error.
application/json
delete
/ipfs/file/{cid}No content
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequiredExample:
File cid
69c116d7892ada2bac1833a6Responses
200
Successful operation. Returns file content.
application/octet-stream
401
Unauthorized request.
application/octet-stream
403
Forbidden
application/octet-stream
404
File is not found.
application/octet-stream
500
Internal server error.
application/octet-stream
get
/ipfs/file/{cid}/dry-runLast updated