face_detect_keypoints
Detect faces in any image and return 90+ keypoints per face for alignment, animation, and face-counting operations.
Instructions
Detect faces in an image and return 90+ keypoints per face.
Use this when:
- You want raw landmark coordinates for downstream alignment / animation.
- You need to count or locate faces in a photo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | 0 = all faces (default), 1 = largest face only. | |
| image_url | Yes | URL of the image containing one or more faces. | |
| face_model_version | No | Algorithm version. '3.0' is recommended. | 3.0 |
| need_rotate_detection | No | 0 = disabled (default), 1 = enabled. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |