Identify LEGO Minifigure
brickognize_identify_figIdentify LEGO minifigures from uploaded photos. Upload an image file to get minifigure names, IDs, confidence scores, and reference links.
Instructions
Identify a LEGO minifigure from a photograph. Use instead of brickognize_identify when you know the image shows a minifigure.
Provide imagePath — absolute path to a local image file (JPEG, PNG, or WebP). Returns matched minifigures with IDs, names, confidence scores, and links.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| imagePath | No | Absolute path to a local image file (JPEG, PNG, or WebP). | |
| includeRaw | No | When true, includes the raw Brickognize API response alongside formatted results. Useful for debugging. |