Skip to main content
POST
/
v1
/
upload
Upload image to IPFS
curl --request POST \
  --url https://api.example.com/v1/upload \
  --header 'Content-Type: multipart/form-data' \
  --form file='@example-file'

Body

multipart/form-data
file
file
default:File
required

Response

200

File uploaded to IPFS