inference.partner.recraft.img2vec.v1
Schema
Section titled “Schema”{ "type": "object", "required": [ "type" ], "properties": { "type": { "type": "string" }, "config": { "type": "object", "additionalProperties": false, "properties": { "image": { "type": "string", "format": "filename", "example": "input.png", "description": "The input image filename. If not specified, the first uploaded image will be used." } } } }, "$schema": "https://json-schema.org/draft/2020-12/schema"}