LokingAI-Text
APIs collectively providing functionalities such as classification, sentiment analysis, summarization, question answering, labeling, and mask filling for various text processing tasks. They allow users to extract meaningful information from text data and perform different types of analyses and transformations.
LokingAI-Text endpoints
| Method | Endpoint | Description |
|---|---|---|
| classifier | ||
| POST |
classifier_classifier_post /classifier |
Text classification. Classify a list of texts using a text classification model. Parameters: - **payload**: List of TextRequest objects containing the input texts. Returns: -… |
| sentiment-analyzer | ||
| POST |
sentiment_analyzer_sentiment_analyzer_post /sentiment-analyzer |
Sentiment analysis. Analyze sentiment for a list of texts. Parameters: - **payload**: List of TextRequest objects containing the input texts. Returns: - **ApiResponseList**: A… |
| summarizer | ||
| POST |
summarizer_summarizer_post /summarizer |
Text summarization. Summarize the input text. Parameters: - **payload**: TextRequest object containing the input text. Returns: - **ApiResponse**: A response containing the… |
| question-answering | ||
| POST |
question_answering_question_answering_post /question-answering |
Question answering. Answer a list of questions based on the input text. Parameters: - **payload**: QuestionAnswerRequest object containing the input text and list of questions.… |
| labelizer | ||
| POST |
labelizer_labelizer_post /labelizer |
Text labeling. Label the input text with specified labels. Parameters: - **payload**: LabelRequest object containing the input text and list of labels. Returns: -… |
| mask-filler | ||
| POST |
mask_filler_mask_filler_post /mask-filler |
Mask filling. Fill in masked values in the input text. Parameters: - **payload**: TextRequest object containing the input text with masked values. Returns: -… |
| Other endpoints | ||
| GET |
desc__get / |
Get application description. Returns a simple response containing the description of the application. Returns: - **ApiResponse**: A response containing the application… |
LokingAI-Text pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO Recommended | $5 / month | 10 / second |
|
| ULTRA | $10 / month | 25 / second |
|
| MEGA | $15 / month | 100 / second |
|