# None Premium Studio Style Render Generator

**Use case:** 

Extract Premium Studio Style Render Generator data filtered by none. Export structured results ready for analysis, lead generation, or research.

## Input

```json
{
  "inputImages": [
    "https://api.apify.com/v2/key-value-stores/S8l2sknfAAra9YPZ7/records/cat_jewelry_example.webp"
  ],
  "targetType": "none",
  "style": "custom",
  "customStyle": "Photorealistic 3d render style with raycasting shadows",
  "background": "custom",
  "customBackground": "3D Scene clean white enviroment big empty white box",
  "lighting": "none",
  "cameraDistance": "close",
  "cameraAngle": "eye-level",
  "additionalInstructions": "Premium studio-style renders of this jewelry if more than one angle or item put them next to each other.",
  "temperature": 0.1
}
```

## Output

```json
{
  "renderedImageUrl": {
    "label": "Rendered Image",
    "format": "image"
  },
  "inputImageCount": {
    "label": "Input Images"
  },
  "targetType": {
    "label": "Target Type"
  },
  "style": {
    "label": "Style"
  },
  "background": {
    "label": "Background"
  },
  "lighting": {
    "label": "Lighting"
  },
  "error": {
    "label": "Error",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Premium Studio Style Render Generator](https://apify.com/parseforge/studio-style-render-generator) with a specific input configuration. Visit the [Actor detail page](https://apify.com/parseforge/studio-style-render-generator) to learn more, explore other use cases, and run it yourself.