dag_put
Add a DAG node to IPFS.
/api/v0/dag/put
REQUEST
curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/dag/put?store-codec=dag-cbor&input-codec=dag-json&pin=<value>&hash=sha2-256" \
-X POST \
-H "Content-Type: multipart/form-data" \
-F file=@"<file>"curl "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/dag/put" \
-X POST \
-H "Content-Type: multipart/form-data" \
-F file=@"wetez-ipfs.json"REQUEST PARAMS
RESPONSE
BODY
RESULT FIELDS
Last updated