v1

latestOpenAPI 3.1.02026-08-041130479.2 KB

Human Face Emotion Detection

post/v1/api_hub/hse

Request body

image_binstring binary required

Response

200

emotionstring
scorenumber
bboxinteger[]

Example response

[
  {
    "emotion": "Fear",
    "score": 0.8510634303092957,
    "bbox": [
      117
    ]
  }
]