PATINA
/v1/runMaterial Extract by patina - AI-powered image editing, style transfer, and transformation. Edit photos with natural language instructions, remove backgrounds, change styles, and enhance images effortlessly.
Request body
Submit an async generation request. The model field selects the model; other fields are model-specific input parameters.
Model identifier. Set to patina/material/extract.
Default: patina/material/extract
Describe which texture to extract from the image.
URL of the image to extract a texture from.
Number of denoising steps for texture generation.
Range: 1 to 8
Default: 8
How much to transform the input image. Only used when image_url is provided.
Range: −∞ to 1
Default: 0.6
Output image format for textures and PBR maps.
Allowed values: jpeg, png
Default: png
Which PBR maps to predict. Deselect all to skip PBR estimation entirely. Defaults to all five.
Default: basecolor,normal,roughness,metalness,height
Tile size in latent space (64 = 512px, 128 = 1024px).
Range: 32 to 256
Default: 128
Upscale factor for predicted PBR maps via SeedVR seamless upscaling. 0 = no upscaling, 2 = 2× resolution, 4 = 4× resolution. The base texture image is not upscaled.
Allowed values: 0, 2, 4
Default: 0
Tiling direction: 'both' (omnidirectional), 'horizontal', or 'vertical'.
Allowed values: both, horizontal, vertical
Default: both
Tile stride in latent space.
Range: 16 to 128
Default: 64
The aspect ratio of the generated image.
Allowed values: 21:9, 16:9, 3:2, 4:3, 5:4, 1:1, 4:5, 3:4, 2:3, 9:16
Random seed for reproducible generation.
Response Schema
The submit endpoint returns an accepted generation task. Poll the result endpoint with the returned id for terminal outputs or errors.
Error message if the task failed. Empty on success.
Unique identifier for the generation task.
Model ID used for the prediction.
Array of generated content. Empty when status is not completed.
Status of the task: pending, running, completed, failed, or timeout.
Allowed values: pending, running, completed, failed, timeout
Model capabilities
Capabilities declared by the model registry.
Default: image-to-image
Execution mode declared by the model registry.
Default: async

