EvelabInsight
  1. Skin Analysis API for All Ethnicities
EvelabInsight
  • Skin Analysis API for All Ethnicities
    • Obtain access_token
      GET
    • Facial attribute analysis
      POST
    • Facial pose analysis
      POST
    • Skin analysis
      POST
  • EveLabinsight - Basic data API interface
    • Obtain access token
      GET
  • Skin analysis report data API pull related instructions
    GET
  1. Skin Analysis API for All Ethnicities

Facial pose analysis

Developing
Overseas
https://gapi.evelabinsight.com
Overseas
https://gapi.evelabinsight.com
POST
https://gapi.evelabinsight.com
/skin_api/detect/face_pose_correct_all_race

Request

Header Params

Body Params application/jsonRequired

Examples

Responses

🟢200Success
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://gapi.evelabinsight.com/skin_api/detect/face_pose_correct_all_race' \
--header 'Access-Token;' \
--header 'Content-Type: application/json' \
--data-raw '{
    "pic_url": "" // The URL of the image to be analyzed
}'
Response Response Example
{
    "faceBound": "145.605774,1417.484497,1560.446045,1703.199585",
    "faceEyeState": {
        "left": "2.000000",
        "right": "2.000000"
    },
    "faceGlasses": {
        "none": "0.990290",
        "normal": "0.001912",
        "sunglasses": "0.007798"
    },
    "faceOutDetect": {
        "outBound": "0"
    },
    "facePoseEuler": {
        "pitch": "12.935163",
        "roll": "0.599783",
        "yaw": "-8.641612"
    },
    "faceQuality": {
        "blur": "92.377510",
        "bright": "42.230507",
        "compression": "99.129494"
    },
    "faceRatio": "0.491914",
    "faceVisibility": {
        "jaw": "99.297432",
        "leftcheek": "97.775764",
        "lefteye": "97.596786",
        "lefteyebrow": "97.950424",
        "mouse": "99.881508",
        "nose": "99.565178",
        "rightcheek": "91.371483",
        "righteye": "96.257118",
        "righteyebrow": "98.790474"
    }
}
Previous
Facial attribute analysis
Next
Skin analysis
Built with