> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfy.org/llms.txt
> Use this file to discover all available pages before exploring further.

# RecraftVectorizeImageNode - ComfyUI Built-in Node Documentation

> Complete documentation for the RecraftVectorizeImageNode node in ComfyUI. Learn its inputs, outputs, parameters and usage.

> This documentation was AI-generated. If you find any errors or have suggestions for improvement, please feel free to contribute! [Edit on GitHub](https://github.com/Comfy-Org/embedded-docs/blob/main/comfyui_embedded_docs/docs/RecraftVectorizeImageNode/en.md)

Generates SVG synchronously from an input image. This node converts raster images into vector graphics format by processing each image in the input batch and combining the results into a single SVG output.

## Inputs

| Parameter       | Data Type               | Required | Range | Description                              |
| --------------- | ----------------------- | -------- | ----- | ---------------------------------------- |
| `image`         | IMAGE                   | Yes      | -     | The input image to convert to SVG format |
| `auth_token`    | AUTH\_TOKEN\_COMFY\_ORG | No       | -     | Authentication token for API access      |
| `comfy_api_key` | API\_KEY\_COMFY\_ORG    | No       | -     | API key for Comfy.org services           |

## Outputs

| Output Name | Data Type | Description                                                         |
| ----------- | --------- | ------------------------------------------------------------------- |
| `SVG`       | SVG       | The generated vector graphics output combining all processed images |
