NLP platform for social media: content moderation and more
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": {}
}'
Tisane is a natural language processing library that:
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.