You're looking at a specific version of this model. Jump to the model overview.

ideogram-ai /layerize:1c1048b0

Input schema

The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.

Field Type Default value Description
flat_graphic_image
string
The flat graphic image to layerize. Supports JPEG, PNG, and WebP formats (max 10MB).
prompt
string
Text prompt to guide the layerization.
seed
integer

Max: 2147483647

Random seed. Set for reproducible generation.
font_name_h1
string
Font name for heading 1 (h1) text. Mutually exclusive with font file uploads.
font_name_h2
string
Font name for heading 2 (h2) text. Mutually exclusive with font file uploads.
font_name_body
string
Font name for body text. Mutually exclusive with font file uploads.
font_name_small
string
Font name for small text. Mutually exclusive with font file uploads.

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}