Need help in Imagekit api

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

@iaditya_nanda

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'

https://docs.imagekit.io/api-reference/upload-file-api/server-side-file-upload

@Deathking Use these blocks and try

not working
also no error showing via alert notification
is file location format is right ?

Check the response code and response from the Web component