Geneea Natural Language Processing

Number of APIs: 7

Authentication

For all calls, supply your API key. Sign up to obtain the key.

Our API supports both unencrypted (HTTP) and encrypted (HTTPS) protocols. However, for security reasons, we strongly encourage using only the encrypted version.

The API key should be supplied as either a request parameter userkey or in Authorization header.

Authorization: userkey <YOURAPIKEY>

<h2>API operations</h2>
<p>
    All API operations can perform analysis on supplied raw text or on text extracted from a given URL.
    Optionally, one can supply additional information which can make the result more precise. An example
    of such information would be the language of text or a particular text extractor for URL resources.
</p>
<p>The supported ty

Contact Support: Name: No Contact Email: email@example.com

  1. s1 - Performs text correction (diacritization) on the given document GET {{baseUrl}}/s1/correction?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  2. s1 - Performs named-entity recognition on the given document GET {{baseUrl}}/s1/entities?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  3. s1 - Performs lemmatization on the given document GET {{baseUrl}}/s1/lemmatize?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  4. s1 - Performs sentiment analysis on the given document GET {{baseUrl}}/s1/sentiment?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  5. s1 - Performs topic detection on the given document GET {{baseUrl}}/s1/topic?id=<string>&text=<string>&url=<string>&extractor=<string>&language=<string>&returnTextInfo=<boolean>

  6. Information about current user account GET {{baseUrl}}/account

  7. Gets status of the Interpretor service GET {{baseUrl}}/status