Vectorizer
Overview
This is a small API that aim to convert a raster image into SVG.
Usage
For simplicity, I choose RapidAPI as gateway access to the API. In order to be able to use the API, you'll need to create a use in the RapidApi and subscribe to this API.
Parameters
The parameters accepted let you control source and input format as well as color
Name | Description | Accepted values | Reference |
---|---|---|---|
source_type | Defines where the image is, either in a web-site or as base 64 encoded string |
| It is strong related with |
source_image | Is the image itself | Depends on | Max size constraints |
source_format | Is the type of image, e.g. png or jpg | Any string | Optional |
color_mode | Defines the fitting curve |
| Spline is the default value |
preset | Allows to define color of the result image |
| photo is the default value |