Paratrooper
Paratrooper API allows text similarity comparison between arrays of strings. API have endpoints or clustering text in a given dataset or return similarity as percentage between string arrays. Cluster can also be used with existing dataset to assign new strings to existing cluster data.
Paratrooper endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
GetSimilarity /GetSimilarity |
Returns similarity ratios between given string arrays. |
| POST |
Find Cluster /FindCluster |
Finds the closest cluster for given text. Clusters with similarity below threshold will be ignored. Cluster with highest similarity will be returned. |
| POST |
Cluster /cluster |
Given an array of strings, this endpoint returns an array of cluster numbers. Text with similarity percent above threshold will be assigned to the same cluster number. |
Paratrooper pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 5 / minute |
|
| PRO | $5 / month | 30 / minute |
|
| ULTRA | $10 / month | 1 / second |
|