Getting Started with Universal AI
The Universal AI endpoint is the core of Eden AI V3, providing a single unified endpoint for all non-LLM AI features.Overview
Instead of calling different endpoints for different features, V3’s Universal AI endpoint handles everything through model strings:- Text analysis (moderation, AI detection, embeddings, sentiment)
- OCR (text extraction, invoice/ID parsing)
- Image processing (generation, detection, analysis)
- Translation (document translation)
Model String Format
The model string tells the endpoint what feature and provider to use:text/ai_detection/winstonaiocr/financial_parser/googleimage/generation/openai/dall-e-3translation/document_translation/deepl
Basic Request
Response Format
All Universal AI responses follow the same structure:Input Formats
Theinput field varies based on the feature:
Text-Based Features
File-Based Features (UUID)
File-Based Features (URL)
Common Use Cases
Text Moderation
AI Content Detection
OCR Text Extraction
Next Steps
- Text Features - All text analysis capabilities
- OCR Features - Document processing
- Image Features - Image generation and analysis
- Multimodal Workflows - Complex processing pipelines