# inference.partner.recraft.img2vec.v1

Source: https://docs.prodia.com/job-types/inference-partner-recraft-img2vec-v1/

## Schema

```json
{
	"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"
}
```
