TextCLF
📘 TextCLF — Custom Text Classification API Overview TextCLF is an API that allows you to build your own text classification models (multiclass or multilabel), tailored to your own dataset with zero code deployment. It builds models that are very fast to train and that provides high accuracy. This approach will cost you much less than fine-tuning LLM for text classification while providing more…
TextCLF endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Predict From File /predict-from-file |
Predict using a model passed as a base64-encoded string. No server-side model required. |
| GET |
Download Model /download-model |
Download a previously saved model by the authenticated user from the remote server as a base64 string. |
| GET |
List Models /list-models |
List all models saved by the authenticated user. |
| POST |
Predict /predict |
Predict text labels using a trained model from previously saved models by the authenticated user in the remote server. |
| POST |
Delete /delete |
Delete a specific model saved on the remote server. |
| GET |
Delete All /delete-all |
Delete all models saved on the remote server by the authenticated user. |
| POST |
Train Model /train |
Train and save remotely and/or download locally a custom text classification model. |
TextCLF pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $9.99 / month | — |
|
| ULTRA | $29.99 / month | — |
|
| MEGA | $99.99 / month | — |
|