# Tisane API Documentation **Provider:** Tisane API Documentation **Category:** ai **Base URL:** `https://api.tisane.ai` **Auth:** none — `# No auth required` **Rate Limit:** See documentation **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://api.tisane.ai ## Description Tisane is a natural language processing library, providing: * standard NLP functionality * special functions for detection of problematic or abusive content * low-level NLP like morphological analysis and tokenization of no-space languages (Chinese, Japanese, Thai) Tisane has monolithic ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://api.tisane.ai/hypernyms` | List hypernyms | | GET | `https://api.tisane.ai/hyponyms` | List hyponyms | | GET | `https://api.tisane.ai/inflections` | List inflected forms | | GET | `https://api.tisane.ai/lm/family` | Get family details | | GET | `https://api.tisane.ai/senses` | List word senses | | GET | `https://api.tisane.ai/values` | List feature values | ## Authentication No authentication required ``` # No auth required ``` ## Sample Request ```bash curl -X GET 'https://api.tisane.ai/hypernyms' \ -H '# No auth required' ``` ## Sample Response ```json {} ``` ## Pricing Details Free — open public API, no authentication required. --- *Source: [API Map](https://apimap.dev/apis/tisane-api-documentation/) — CC BY 4.0*