Upload an image to IPFS
cURL
curl --request POST \ --url https://api.long.xyz/v1/ipfs/upload-image \ --header 'Content-Type: multipart/form-data' \ --header 'X-API-KEY: <api-key>' \ --form image='@example-file'
{ "result": "<string>" }
API key for authentication
Image file to upload
Image file to upload to IPFS
200