Tisane documentation background

Tisane Developer Documentation

NLP platform for social media: content moderation and more

Quickstart

Set up your environment and make your first call.

curl -V -X POST \
  https://api.tisane.ai/parse \
  -H "Ocp-Apim-Subscription-Key: your_primary_or_secondary_API_key;_not_needed_on-prem" \
  -H "Content-Type: application/json" \
  -d '{
    "language": "en",
    "content": "Hello Tisane API!",
    "settings": {}
  }'

Detect cyberbullying, hate speech, sexual harassment, suicidal behavior, allegations, topics, entities, sentiment, and more, in over 30 languages.

Tisane is a natural language processing library that:

  • Provides standard NLP functions, e.g. entity extraction, topic detection, sentiment analysis.
  • Detects problematic content.
  • Provides low-level NLP functionality, such as tokenization, part of speech tagging, disambiguation, morphological analysis.

Key Features

Simple to use: Get all insights with just one method, configurable to return what you need.

Tens of languages supported.

Text in, structured insights out: Send text request, receive insights in a JSON response.

Built from scratch for social media content: misspellings, algospeak, bad grammar, jargon.

More granular than any other NLP platform.