

| Parameter | Description |
| rService |
Requested service. (nlp=Natural Language Processing)
Value = 'nlp' |
| rType |
Requested service type. (ner=Named Entity Recognition)
Value = 'ner' |
| authWSControlKey | The authWSControlKey is an hash key calculated on the submitted data. It is used to verify authorization to use the web service and to verify data integrity. |
| publicAccessID | The PublicAccessID key is used to identify both user and application. The platform uses an hash based verification system to check the data integrity and the user identity. |
| pText |
Plain text to be analyzed
Example: pText = 'California is the most geographically diverse state in the nation.' |
<?xml version="1.0" encoding="UTF-8"?>
<response>
<results>
<loc>California</loc>
</results>
</response>