Salesforce Einstein · Capability
Salesforce Einstein AI Analytics
Workflow capability combining Einstein Vision and Language APIs for AI-driven analytics workflows. Covers image classification, object detection, sentiment analysis, and intent detection for customer data analytics teams and Salesforce developers building intelligent applications.
Run with Naftiko
Artificial IntelligenceComputer VisionImage RecognitionMachine LearningNatural Language ProcessingSalesforce EinsteinSentiment Analysis
What You Can Do
GET
List vision datasets
— List all vision datasets.
/v1/vision/datasets
POST
Classify image
— Classify an image using a trained model.
/v1/vision/predictions
POST
Analyze sentiment
— Analyze text sentiment.
/v1/language/sentiment
POST
Detect intent
— Detect intent in text.
/v1/language/intent
MCP Tools
vision-list-datasets
List Einstein Vision image datasets for the account.
read-only
idempotent
vision-classify-image
Classify an image using a trained Einstein Vision model.
read-only
idempotent
vision-train-model
Train a new Einstein Vision model on an image dataset.
language-analyze-sentiment
Analyze the sentiment (positive/negative/neutral) of a text document.
read-only
idempotent
language-detect-intent
Detect the intent expressed in a text document for customer service routing.
read-only
idempotent
APIs Used
einstein-vision
einstein-language