Page History
...
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
https://svc.webspellchecker.net/api/? |
Code Block | ||
---|---|---|
| ||
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 | ||
---|---|---|
| ||
https://svc.webspellchecker.net/api/? |
Code Block | ||
---|---|---|
| ||
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"} |