Tisane

API

Text analytics API for abusive content detection & law enforcement use cases

Visit Website

Overview

Tisane API offers RESTful endpoints for advanced text analysis, focusing on abusive content detection and law enforcement applications. Key endpoints include /analyze (scans for hate speech, harassment, threats), /classify (categorizes abuse severity), and /le-insights (extracts law enforcement-relevant entities like incitement or harmful intent). Responses are JSON-formatted, with annotations for sentiment, entity extraction (names, locations), and abuse type. Use cases: moderating social media/forum content, assisting law enforcement in identifying harmful communications, and ensuring platform compliance with safety regulations. It supports multiple languages and customizable detection thresholds.

Example Integration (JavaScript)

script.js JS

fetch('https://tisane.ai/')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful endpoints
  • JSON response format
  • Abusive content detection (hate speech, harassment)
  • Law enforcement-specific analytics
  • Multi-language support
  • Entity extraction
  • Severity scoring for abuse

Frequently Asked Questions

? Is Tisane API free to use?

Yes, it offers a freemium plan with limited requests; paid tiers are available for higher volume and enterprise features like law enforcement-specific tools.

? Does it require an API Key?

Yes, you need to sign up on the Tisane AI website to obtain an API key for authentication.

? What is the response format?

All responses are in JSON format, including detailed annotations for abuse type, severity, sentiment, and entity extraction.

Top Alternatives

Perspective API (Google) Search Google
OpenAI Content Moderation Search Google
Moderate Content API Search Google

People Also Ask about Tisane

Tisane vs Perspective API (Google)Tisane vs OpenAI Content ModerationTisane vs Moderate Content API Tisane 2025 review

Tool Info

Pricing Freemium
Category Text Analysis
Platform Public API

Pros

  • Specialized for abuse detection & law enforcement needs
  • Detailed JSON annotations for actionable insights
  • Multi-language support
  • Customizable detection thresholds
  • Easy integration with existing systems

Cons

  • Freemium plan has rate limits
  • Enterprise tiers may be expensive
  • Requires API key authentication
  • No XML response option

More Text Analysis Tools