Text Similarity
Analyze text similarity effortlessly with our powerful API (cosine, sorensen-dice, levenshtein, jaccard, hamming).
Text Similarity endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
/text-similarity/health /text-similarity/health |
Returns the health status of the API. Time is in UTC. |
| POST |
/text-similarity/cosine /text-similarity/cosine |
Then endpoint calculates the cosine similarity between two pieces of text. Cosine similarity measures the cosine of the angle between two vectors, which in this context represent… |
| POST |
/text-similarity/sorensen-dice /text-similarity/sorensen-dice |
The endpoint calculates the Sørensen-Dice coefficient between two pieces of text. The Sørensen-Dice coefficient is a statistical tool used to gauge the similarity between two… |
| POST |
/text-similarity/levenshtein /text-similarity/levenshtein |
The endpoint calculates the Levenshtein distance between two pieces of text. The Levenshtein distance, also known as the edit distance, measures the minimum number of… |
| POST |
/text-similarity/jaccard /text-similarity/jaccard |
The endpoint calculates the Jaccard similarity coefficient between two pieces of text. The Jaccard similarity, also known as the Jaccard index, measures the similarity between… |
| POST |
/text-similarity/hamming /text-similarity/hamming |
The endpoint calculates the Hamming distance between two pieces of text. The Hamming distance measures the number of positions at which the corresponding characters of two… |
Text Similarity pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $7.99 / month | 1 / second |
|
| ULTRA Recommended | $18.99 / month | 1 / second |
|
| MEGA | $69.99 / month | 1 / second |
|