情感识别 REST API — 微表情分析、声纹情绪感知、多模态融合
curl -X POST https://followsrc.wang/api/v2/analyze \ -H "X-API-Key: fme_your_api_key_here" \ -H "Content-Type: application/json" \ -d '{"image_url": "https://..."}'
{
"code": 200,
"msg": "success",
"data": {
"emotion": "happy",
"confidence": 0.95,
"face_rect": [120,80,200,200]
}
}