For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ipfs

Add file to IPFS.

post

Add file to IPFS.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
string · binaryOptional
Responses
201

File added successfully.

application/json
stringOptionalExample: bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnm
post
/ipfs/file

Add file to IPFS directly.

post

Add file to IPFS directly.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
string · binaryOptional
Responses
201

File added successfully.

application/json
stringOptionalExample: bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnm
post
/ipfs/file/direct

Add file to local IPFS simulation for dry run mode.

post

Add file to local IPFS simulation for dry run mode.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
policyIdstringRequired

Policy id

Example: 69aeb71ef8c5b278e3bab4e5
Body
string · binaryOptional
Responses
201

File added successfully.

application/json
stringOptionalExample: 69c115c3892ada2bac183377
post
/ipfs/file/dry-run/{policyId}

Get file from IPFS.

get

Get file from IPFS.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired

File cid

Example: bafkreibes2bxau2me5o75cxny5mj23ckztpcumoskewz73z52cpankttnm
Responses
get
/ipfs/file/{cid}

Remove file from IPFS.

delete

Remove file from IPFS.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired

File cid

Responses
delete
/ipfs/file/{cid}

No content

Get file from local IPFS simulation for dry-run mode

get

Get file from local IPFS simulation for dry-run mode

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
cidstringRequired

File cid

Example: 69c116d7892ada2bac1833a6
Responses
get
/ipfs/file/{cid}/dry-run

Last updated