3D Face Reconstruction
API METHODS
HTTP type
name
/run_pipeline
Parameter
Type
Description
Method for 3D Face Reconstruction
Request Body
Name
Type
Description
Last updated
Last updated
{
"result": {
"face": {
"textureUrl": "/static/input_image_texture.png",
"blendShapes": [
-1.7523525953292847,
...
1.5906388759613037
],
"blinkCorrectionCoeff": 1.0096107066555675
},
"hair": {
"color": "#160406",
"type": "long_straight"
},
"skin": {
"color": "#965e53"
},
"accessories": [],
"gender": "Female"
}
}{
"error": {
"code": int
"message": str
}
}