curl -X POST https://api.woolball.xyz/v1/image-facial-emotions \ -H "Authorization: Bearer <YOUR_API_KEY>" \ -F "image=@face.jpg"
{ "data": [ { "label": "happy", "score": 0.92 }, { "label": "neutral", "score": 0.08 } ] }
Detect emotions in facial images
Show Emotion