Hi all,
I am kind of stuck with no meaningful pregress, here is my issue.
I am writing an retool app to store images to s3 storage, and when required use the image url to send to supervise.ly server, where yolov5 app is hosted to get a json object back containing inferences.
I have already imported the API for supervies.ly to retool (https://api.docs.supervise.ly/ , Task API — Supervisely SDK for Python documentation)
I have to make is task.request.direct my problem is where i pass the image url as data in the body.
I am running out of ideas on how this kind of worklfow would normally work.