#ParameterPossible ValuesDefault ValueDescription
1text
  • plain text

A piece of text which will be sent for language detection. 


2customerid
  • your-service-id value

A special service ID value (activation key) that has to be passed to a request query. It's obtained upon subscription to the Cloud services (paid or trial).

3format
  • json
  • xml
jsonThe response format for output data.

Example 1.1

http(s)://svc.webspellchecker.net/spellcheck31/script/ssrv.fcgi?cmd=detect_language&text=this sampl text demonstrates the work of the Web API service.&customerid=[your-service-id]

Parameters:

Request Response:

{
    "Language": "en_US"
}