Convert SVG to JPG From a File URL in GroupDocs.Conversion REST API

I am utilizing an app to generate a QR code in svg format. However, another app I am integrating with does not support svg, so I need to convert it to jpg. Is it possible to upload that svg file directly from a URL (e.g. mywebsite.com is available for purchase - Sedo.com)? I cannot seem to find any examples of this particular scenario.

@herbwerks

I am afraid we do not provide a method to accept files from URLs, but you can use ConvertDocumentDirect to convert SVG to JPG from a file URL. This method accepts a file as the request body, so you need to read your image file from the URL and pass it to the ConvertDocumentDirect method.

PUT ​/conversion Converts input document file to format specified