I cannot get the Bing Spellcheck API to work for market es-us

jjim 0 Reputation points
2024-10-17T15:04:40.3766667+00:00

I am testing the Bing spellcheck API to use it with my translation memory. I built a webpage that pulls results via the API and I can only get it to work with market en-us. However, I need to use it with market es-us (Spanish), but it will not return any results. The line of code I'm using is
fetch(${endpoint}?mkt=es-us&${new URLSearchParams(params)}, {

Any idea why it's not working? Thank you.

Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,908 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.