# Geneea Natural Language Processing **Provider:** Geneea Natural Language Processing **Category:** auth **Base URL:** `https://api.geneea.com/` **Auth:** api-key — `GET /endpoint?user_key=YOUR_KEY` **Rate Limit:** 1,000 req/month (free) **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.geneea.com/ ## Description
For all calls, supply your API key. Sign up to obtain the key.
Our API supports both unencrypted (HTTP) and encrypted (HTTPS) protocols. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.geneea.com//account` | Information about current user account | | GET | `https://api.geneea.com//s1/correction` | Performs text correction (diacritization) on the given document | | POST | `https://api.geneea.com//s1/correction` | Performs text correction (diacritization) on the given document | | GET | `https://api.geneea.com//s1/entities` | Performs named-entity recognition on the given document | | POST | `https://api.geneea.com//s1/entities` | Performs named-entity recognition on the given document | | GET | `https://api.geneea.com//s1/lemmatize` | Performs lemmatization on the given document | | POST | `https://api.geneea.com//s1/lemmatize` | Performs lemmatization on the given document | | GET | `https://api.geneea.com//s1/sentiment` | Performs sentiment analysis on the given document | ## Authentication API key as a query parameter (user_key) ``` GET /endpoint?user_key=YOUR_KEY ``` ## Sample Request ```bash curl -X GET 'https://api.geneea.com//account' \ -H 'GET /endpoint?user_key=YOUR_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free: 1,000 req/month. Professional plans available. Czech/English NLP. --- *Source: [API Map](https://apimap.dev/apis/geneea-natural-language-processing/) — CC BY 4.0*