IPFS
Last updated
Last updated
# Dedicated Gateway.
curl -X POST -F file=@myfile "http://$dedicated-gateway.wetez-ipfs.io/api/v0/add"# Universal RPC call with admin key.
curl -X POST -F file=@myfile "https://mainnet-rpc.wetez.io/ipfs/$AdminKey/api/v0/add"