Simple Similarity
With this API you get access to a simple way compare the similarity between two texts. It uses a language model for analizying the semantic similarity of texts and a modern, custom solution, cost-effective Levenshtein Distance algorithm for literal similarity which is substantially better than alternatives. All of these performed in milliseconds for your bussiness needs.
Simple Similarity endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Entrypoint / |
This is the main and only endpoint. Here you make the full text call including both texts (text #1 and text #2). |
Simple Similarity pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $10 / month | 1 / second |
|
| ULTRA Recommended | $100 / month | 2 / second |
|
| MEGA | $1,000 / month | 3 / second |
|