# Bracelet Jewelry Hand Model Image Generator

**Use case:** 

Extract Jewelry Hand Model Image Generator data filtered by bracelet. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "inputImages": [
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/Vintage-Billiard-Table-Enamel-Diamond-Ruby-Pearl-Ring-JRD001-86579a1.800.jpg"
  ],
  "jewelryType": "bracelet",
  "handPose": "relaxed",
  "skinTone": "none",
  "background": "custom",
  "customBackground": "blurred textured concrete or dark slate surface, minimalist architectural atmosphere",
  "lighting": "soft-natural",
  "cameraAngle": "angled",
  "imageStyle": "high-fashion",
  "additionalInstructions": "Ultra-sharp focus on the jewelry details, 8k resolution, luxury jewelry campaign aesthetic.",
  "temperature": 0.1
}
```

## Output

```json
{
  "renderedImageUrl": {
    "label": "Generated Image",
    "format": "image"
  },
  "inputImageCount": {
    "label": "Input Images"
  },
  "jewelryType": {
    "label": "Jewelry Type"
  },
  "handPose": {
    "label": "Hand Pose"
  },
  "skinTone": {
    "label": "Skin Tone"
  },
  "background": {
    "label": "Background"
  },
  "lighting": {
    "label": "Lighting"
  },
  "imageStyle": {
    "label": "Style"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Jewelry Hand Model Image Generator](https://apify.com/parseforge/jewelry-hand-model-image-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/jewelry-hand-model-image-generator) to learn more, explore other use cases, and run it yourself.