Score an authorized adult face
score_faceReturns descriptive face-shape context, five subjective appearance scores, and an approximate Golden Ratio phi score for one authorized adult photo.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mime_type | Yes | Image media type. Supported formats are JPEG, PNG, and WebP. | |
| image_base64 | Yes | Base64-encoded JPEG, PNG, or WebP bytes, without a data URL prefix. | |
| measurement_key | No | Optional. Return only one focused free-tool output instead of the full face report. | |
| adult_and_authorized | Yes | Confirms the pictured person is an adult and the submission is lawful. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | Present when the tool call fails. | |
| model | Yes | Model version used for visible analysis. | |
| scores | Yes | Five named appearance subscores from 0 to 10. | |
| summary | Yes | Concise photo-specific report summary. | |
| phi_score | Yes | Separate 0 to 100 Golden Ratio proportion context. | |
| disclaimer | Yes | Required responsible-use disclaimer. | |
| face_shape | Yes | Descriptive visible face-shape category and explanation. | |
| analysis_id | Yes | Unique analysis identifier. | |
| measurements | No | Focused free-tool measurement outputs. | |
| overall_score | Yes | Fixed weighted score from 0 to 10. | |
| rubric_version | Yes | Versioned iLook scoring rubric. | |
| overall_score_100 | Yes | The same fixed weighted score from 0 to 100. | |
| score_explanations | No | Photo-specific explanation for each named subscore. |