Storage Endpoints
Uploading Images with IPFS
curl --location 'https://ipfs-client.node.krypcore.io/api/v0/ipfs/{API_KEY}/api/v0/add?recursive=false&pin=true' \
--header 'Authorization: xxxxxxxxxxxxxxxxxxx' \
--form 'file=@"file.png"'Retrieving an IPFS File
curl --location 'https://ipfs-gateway.node.krypcore.io/api/v0/ipfs/{API_KEY}/ipfs/{IPFS HASH}' \
--header 'Authorization: xxxxxxxxxxxxxxxxx'Last updated
Was this helpful?