Add Details about what you want to discuss…
Need help in Imagekit api
i want to upload image and get image link
Block Images(if Any)
where should I put my apikey?
Add Details about what you want to discuss…
Need help in Imagekit api
i want to upload image and get image link
Block Images(if Any)
where should I put my apikey?
@Deathking can you provide the CURL code
curl -X POST "https://upload.imagekit.io/api/v1/files/upload" \
-u your_private_api_key: \
-F 'file=@/Users/username/Desktop/my_file_name.jpg;type=image/jpg' \
-F 'fileName=my_file_name.jpg'
@Deathking Use these blocks and try
Check the response code and response from the Web component