create_style
Create a visual style from up to five reference images and return its ID for use in image generation.
Instructions
Create a style in Recraft from the set of style reference images. A style is extracted from the provided images and can be used in image generation tools. ID of the created style will be returned in the response.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| style | Yes | Basic visual style in which the style will be created. | |
| imageURIs | Yes | Array of images to use as a style references. Each item can be a URL (starting with http:// or https://) or a file path (starting with file://). The length should be from 1 to 5. |