Skip to main content

Universal AI: Text Features

Use the Universal AI endpoint to access all text analysis features through a single endpoint.

Available Text Features

SubfeatureModel String PatternDescription
AI Detectiontext/ai_detection/provider/modelDetect AI-generated content
Moderationtext/moderation/providerContent safety and moderation
Embeddingstext/embeddings/provider/modelSemantic search vectors
Sentiment Analysistext/sentiment_analysis/providerAnalyze text sentiment
Spell Checktext/spell_check/providerGrammar and spelling correction
Named Entity Recognitiontext/ner/providerExtract entities from text
Topic Extractiontext/topic_extraction/providerIdentify 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