Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Remove slash after api/

...

Code Block
titleRequest URL (GET): 
http(s)://svc.webspellchecker.net/api/?cmd=check&text=this sampl text demonstrates the work of the Web API service.&lang=en_US&format=json&customerid=[your-service-id]

...

Code Block
titleRequest URL (GET): 
http(s)://svc.webspellchecker.net/api/?cmd=check&text=this sampl text demonstrates the work of the Web API service.&lang=en_US&format=xml&customerid=[your-service-id]

...

Code Block
titleRequest URL (GET): 
https://svc.webspellchecker.net/api/?cmd=check&tokens=["this sampl text.", " It demonstrate the work of the Web API service."]&lang=en_US&customerid=[your-service-id]

...

Code Block
titleRequest URL (GET): 
https://svc.webspellchecker.net/api/?cmd=check&tokens=["this sampl text.", " It demonstrate the work of the Web API service."]&lang=en_US&short_answer=true&customerid=[your-service-id]

...

Code Block
titleRequest URL (POST): 
https://svc.webspellchecker.net/api/?
Code Block
titleBody (Raw): 
cmd=check&text=this sampl text demonstrates the work of the Web API service.&lang=en_US&format=json&customerid=[your-service-id]

...

Code Block
titleRequest URL (POST): 
https://svc.webspellchecker.net/api/?
Code Block
titleBody (Raw): 
cmd=check&text=this sampl text demonstrates the work of the Web API service.&lang=auto&format=json&customerid=[your-service-id]&auto_lang_priorities={"en":"en_AI"}