I see so many tutorials etc. Used both cURL to blocks tools but I cant implement my cURL to kodular. I have a button, a textbox and a label. I want when i tap the button , use the url in the textbox and then post the result url in the label using this cURL:
You may have to talk to deepai and tell them what you are trying to achieve. If the image is local then using multi part to upload is a no no with the web component. You may be able to do things using the custom webview extension. You may be able to convert the image to base64 and send it as text…
I dont want to use local image. I have direct .jpg etc image links. From google or anywhere. I just cant figure out how to use that image link and get the output. Thanks though.