Using REST API for remote inference

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.

Hi @shams3049, Could you share a screenshot of your query to the supervise.ly API in Retool and how this request needs to be configured for the endpoint you're hitting?