get_person_thumbnail
Retrieve a face crop thumbnail for a person to visually identify them before merging or renaming. Returns base64 image data.
Instructions
Get a base64-encoded face crop thumbnail for a person. Use this to visually identify a person before merging or renaming. Read-only.
Args:
person_id: The person's UUID.
Returns: JSON with 'data' (base64 string of face crop) and 'type' (MIME type).Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |