Generate Presigned URL To Upload Image (IPFS)
Request
In order to get a presigned url to upload image to IPFS, SDK provides you with a generatePresignedImage
endpoint to do so
Parameters
Params type:
PresignImageData
files
(Array): Array of presign image metadata (fileName and mimeType).
(!) To ensure IPFS service performance and avoid rate limit when upload files, size of array files must be <= 50.
(!) Image mimeType only support in ["image/png", "image/jpeg", "image/svg+xml"]
Response
Using presigned URL to upload image to S3
Last updated