Search code examples
ruby-on-railsbingbing-apiazure-cognitive-services

Is there a Rails Gem for the Microsoft Cognitive Services Image Search API - V5?


I'm looking to use Bing's APIs to perform an image search. It seems the best image search option available is MSFT's Cognitive Services Image Search API - V5

https://dev.cognitive.microsoft.com/docs/services/56b43f0ccf5ff8098cef3808/operations/571fab09dbe2d933e891028f

Is there a Rails Gem available to interact with this API so it's easier?


Solution

  • Just want to point out that bing-search gem mentioned above is using the now deprecated Bing Search API, and not the current APIs under Microsoft Cognitive Services.