@Mooseheads_vik I have tried to your file and the complete error message indicates the following`.
body: {"error":{"code":"InvalidImage","message":"The file submitted couldn't be parsed. This can be due to one of the following reasons: the file format is not supported ( Supported formats include JPEG, PNG, BMP, PDF and TIFF), the file is corrupted or password protected."}},
headers: HttpHeaders { _headersMap: [Object] },
status: 400
I think this is because your URL or image is not publicly accessible in the storage container that is used. Please try to open up the image for anonymous access or provide a URL that can be accessible to public internet so the requested posted to the service can read your image and provide a response.
For example, the same quickstart with this image URL works to provide a valid response.
Response:
If an answer is helpful, please click on or upvote which might help other community members reading this thread.