Image search
POST /vectorize-image
This endpoint allows you to create a vectorization id for an image by providing a base64 encoded string of the image.
Headers
Header
Type
Description
Authorization
string
Bearer token
Query parameters
Parameter
Type
Description
base64String
string
The base64 encoded string of the image.
Response
Last updated