

| Parameter | Description |
| 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. |
| 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. |
| pText |
Plain text to be analyzed
Example: pText = 'What a fabulous hotel, the dinner was excellent.' |
| pLangID |
Text (pText) language ID. Currently, only English 'en' is supported.
Example: pLangID = 'en' |
<?xml version="1.0" encoding="UTF-8"?>
<response>
<status>
<timestamp>2011-10-31 11:48:34:559 +0000</timestamp>
<message>OK</message>
<code>200</code>
</status>
<service>
<geo>US (WEST)</geo>
<serviceID>nlp:sen:v1</serviceID>
<provider>Intellexere Delivery Server V3</provider>
<version>1.0</version></service>
<results>
<polarity>0.85</polarity>
<esp>
<unit index="1">
<entity>hotel</entity>
<sentiment>fabulous</sentiment>
<polarity>0.7</polarity>
</unit>
<unit index="2">
<entity>dinner</entity>
<sentiment>excellent</sentiment>
<polarity>1.0</polarity>
</unit>
</esp>
</results>
</response>