Universal AI: Text Features
Use the Universal AI endpoint to access all text analysis features through a single endpoint.Available Text Features
| Subfeature | Model String Pattern | Description |
|---|---|---|
| AI Detection | text/ai_detection/provider/model | Detect AI-generated content |
| Moderation | text/moderation/provider | Content safety and moderation |
| Embeddings | text/embeddings/provider/model | Semantic search vectors |
| Sentiment Analysis | text/sentiment_analysis/provider | Analyze text sentiment |
| Spell Check | text/spell_check/provider | Grammar and spelling correction |
| Named Entity Recognition | text/ner/provider | Extract entities from text |
| Topic Extraction | text/topic_extraction/provider | Identify main topics |
AI Detection
Detect whether text was generated by AI:Content Moderation
Check text for inappropriate content:Text Embeddings
Generate semantic vectors for text:Next Steps
- OCR Features - Document processing
- Image Features - Image capabilities
- Getting Started - Universal AI basics