Skip to content

inference.partner.recraft.img2vec.v1

View markdown
{
"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"
}