I have some list of image url on my system and i want to use each image url to search for similar images using PHP on Bing but there seems to be no example of PHP use case in the docs. I can only see JavaScript implementations through uploading image.
I don't want to use JavaScript because everything is to run from the server side without client interactions.
I can also see the PHP text search implementations here https://docs.microsoft.com/en-us/azure/cognitive-services/bing-image-search/quickstarts/php but this is using text to search for images.
What am looking for is to use image url to search for similar images on the api.
Please if help me... with the PHP implementations. Thanks.
or upvote
which might help other community members reading this thread.