geneea.com

Authentication For all calls, supply your API key. Sign up to obtain the key . Our API supports both unencrypted (HTTP) and encrypted (HTTPS) protocols.

🔑 apikey 12 endpoints text
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

geneea-sdk ✓ Official
pip install geneea-sdk

curl examples

Gets status of the Interpretor service
curl \
  # append ?user_key=$API_KEY to the URL \
  /status
Information about current user account
curl \
  # append ?user_key=$API_KEY to the URL \
  /account
Performs topic detection on the given document
curl \
  # append ?user_key=$API_KEY to the URL \
  /s1/topic

Endpoints (12 total)

GET
/status
Gets status of the Interpretor service
GET
/account
Information about current user account
GET
/s1/topic
Performs topic detection on the given document
GET
/s1/entities
Performs named-entity recognition on the given document
GET
/s1/lemmatize
Performs lemmatization on the given document
GET
/s1/sentiment
Performs sentiment analysis on the given document
GET
/s1/correction
Performs text correction (diacritization) on the given document
POST
/s1/topic
Performs topic detection on the given document
POST
/s1/entities
Performs named-entity recognition on the given document
POST
/s1/lemmatize
Performs lemmatization on the given document
POST
/s1/sentiment
Performs sentiment analysis on the given document
POST
/s1/correction
Performs text correction (diacritization) on the given document

Language coverage

Python
1

At a glance

Total SDKs1
Languages1
Endpoints12
Authapikey
Categories1