POST
/
image
Upload Image
curl --request POST \
  --url https://integrated-api.testnet.muchfi.xyz/api/image \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'
{
  "ipfsHash": "<string>"
}

Body

multipart/form-data
file
file

Response

200 - application/json

Image uploaded

ipfsHash
string