AI Text Processing
## Overview The AI Text Processing API is a suite of machine learning powered tools designed to aid in the understanding, interpretation, and analysis of natural language text. This API leverages advanced artificial intelligence techniques to reveal the hidden structure and meaning within your text data, enabling a variety of applications ranging from content analysis to natural language…
AI Text Processing endpoints
| Method | Endpoint | Description |
|---|---|---|
| Similarity Calculation | ||
| POST |
Array Similarities /rapidapi/ai-text-processing/array-similarities |
Calculates the pairwise cosine similarities between two arrays of texts. Leveraging AI techniques, it converts each text in both arrays into its corresponding embedding and… |
| POST |
Centroid Similarity /rapidapi/ai-text-processing/centroid-similarity |
Calculates the cosine similarity between the centroid of an array of texts and each text in the array. Leveraging AI techniques, it converts each text in the array into its… |
| POST |
Text to Array Similarities /rapidapi/ai-text-processing/text-to-array-similarities |
Calculates the cosine similarity between a base text and an array of texts. Leveraging AI techniques, it converts the base text and each text in the array into embeddings, and… |
| POST |
Text to Centroid Similarity /rapidapi/ai-text-processing/text-to-centroid-similarity |
Calculates the cosine similarity between a base text and the centroid of an array of texts. Leveraging AI techniques, it converts the base text and the texts in the array into… |
| POST |
Pairwise Similarity /rapidapi/ai-text-processing/pairwise-similarity |
Calculates the pairwise cosine similarity among an array of text inputs. Leveraging AI techniques, it converts each piece of text in the array into its corresponding embedding… |
| POST |
Text Similarity /rapidapi/ai-text-processing/text-similarity |
Calculates the cosine similarity between two pieces of text. Leveraging AI techniques, it converts the two input texts into their corresponding embeddings and calculates the… |
| POST |
Array to Centroid Similarity /rapidapi/ai-text-processing/array-to-centroid-similarity |
Calculates the cosine similarity between the centroids of two arrays of texts. Leveraging AI techniques, it converts each text in both arrays into its corresponding embedding,… |
AI Text Processing pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 100 / minute |
|
| PRO | $1.99 / month | 1000 / minute |
|
| ULTRA Recommended | $9.99 / month | — |
|
| MEGA | $49.99 / month | — |
|