Facial emotion detection
Detect emotional expressions from faces in images, including happiness, sadness, anger, fear, surprise, disgust, neutral, and contempt.
Analyze images to identify emotions across every face.
Detect emotional expressions from faces in images, including happiness, sadness, anger, fear, surprise, disgust, neutral, and contempt.
Analyze every face individually to identify the emotions expressed by each person in a single image.
Download analyzed images with emotion labels and export emotion data for reporting and research.
WHERE WE STAND APART
Ask questions about your image analysis and receive insights that help you better understand the results.
Insights
Integrate the Imentiv Image Emotion API to analyze facial emotions from images and receive emotion data that fits seamlessly into your applications and workflows.
View API documentationrequests.post("/v2/images",
headers={
"Accept": "application/json",
"Content-Type": "multipart/form-data",
"referer": "",
"X-API-KEY": ""
},
data={
"title": "",
"callback_url": "",
"image_file": ""
}
)See facial emotion analysis in action