A single API for all your text analysis needs.

Tinq.ai is a simple natural language processing tool. It helps you easily implement text analysis within your projects.

Plagiarism Checker.
with API

Seamlessly verify content authenticity with our user-friendly web tool or integrate our API for instant, developer-friendly checks in your application.

App screenshot
Rewriter

Rewriter & Paraphraser

Al-Powered multilingual rewriting tool with paraphrasing API

Plagiarism Checker

Plagiarism Checker

Fully integrated plagiarism checker.

Summarizer

Summarizer

AI-based summarizer that actually understand content.

Sentiment Analysis

Sentiment Analysis

Get all the emotions from a piece of text (or bulk).

Named-entity Recognition

Named-entity Recognition

Extract entities from any piece of content.

Plagiarism Checker

Article Extractor

Extract all the useful content from any given URL.

Easily add NLP to any project!

Add powerful artificial intelligence capabilities to your applications by leveraging our REST API.

Sign up for free View developers' hub

Integrates with your favorite tools

Zapier | Tinq.ai
Gmail | Tinq.ai
Google Sheets | Tinq.ai
Google Forms | Tinq.ai
sentiment-analysis.php
<?php
$tinq = new Tinq\TinqClient('<your_api_key>');

$reviews = [
    'The apartment was as advertised and Frank was incredibly helpful through the entire process.',
    'This was the worse experience that I had on this app. Trully disapointing',
    'This is really a great location. The street is quiet and the room is really great. The bed is confortable. Terry is really helpfull. Enjoy.',
    'It was decent. Nothing more to add.',
];

$analysis = [];

foreach($reviews as $review) {
        $sentimentAnalysis = $tinq->sentiments($review);
        $sentiment = $sentimentAnalysis['sentiment'];
        $analysis[] = [
            'review' => $review,
            'sentiment' => $sentiment
        ];
}

var_dump($analysis);

Trusted by 6,000+ developers

Tinq.ai is used by a growing number of developers to scale their applications.

Monthly API requests
5M+
Developers
6k+
Integrations

Tinq.ai is a great tool. It has a lot of potential.
I am no ai expert by any means, so I need something that is easy enough to add to my app.
Tinq's classifiers are great for that job. I also use the online rewriter from time to times to write online copy, and it does a good job.

CA
Caroline
Freelance Copywriter

I really like using Tinq in my app. This is by far the most versatile rephrasing (NLP) API that I've used. I run a community website and the classifier is very handy. It helps me quickly moderate what is happening in the community and prevent hateful speech and other unexpected behavior.

Pricing that makes sense

Whether you need a subscription or buy credits to use Tinq.ai, we've got your back.

Flexible pricing

Get access to Tinq.ai's all-in-one NLP tools with a single subscription.

What's included

  • Sentiment analysis tool & API access

  • Named-entity recognition tool & API access

  • Content extractor tool & API

  • Paraphrase tool & API access

  • Summarizer tool & API access

  • Writing assistant

OR

Want to try first?

Want to take a look and get yourself an idea of how Tinq.ai works?

Use for free, no credit card required. Terms apply.