T

Tisane API Documentation

by Tisane API Documentation Free tier

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

aitisane

Quick Reference

Base URL https://api.tisane.ai Auth type none Auth header # No auth required Rate limit See documentation Pricing Enterprise / contact sales Free quota None Documentation https://api.tisane.ai Endpoint status Server online — HTTP 404 — server is online but path returned an error (may require auth)3.21s (checked Mar 29, 2026) Builder score D 40% builder-friendly
Pricing
28
Latency
20
Depth
64

Authentication

No authentication required

# No auth required

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free — open public API, no authentication required.

Key Endpoints

MethodPathDescription
GET /hypernyms List hypernyms
GET /hyponyms List hyponyms
GET /inflections List inflected forms
GET /lm/family Get family details
GET /senses List word senses
GET /values List feature values

Sample Request

curl -X GET 'https://api.tisane.ai/hypernyms' \
  -H '# No auth required'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official Tisane API Documentation documentation.