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
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
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
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
200

Successful operation. Returns file content.

application/octet-stream
string · binaryOptional
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
200

Successful operation.

application/json
object · nullableOptional
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
200

Successful operation. Returns file content.

application/octet-stream
string · binaryOptional
get
/ipfs/file/{cid}/dry-run

Last updated