Veclify API Reference
Veclify API provides vectorization conversion services via HTTP RESTful endpoints, authenticated with Bearer Token. Convert PNG, JPG, and WebP images to SVG programmatically.
Important Notes
- All API requests must use HTTPS. Plain HTTP requests will be rejected.
- Authenticate via
Authorization: Bearer <API_KEY>header. - The API is currently in Beta. Endpoints and parameters may change before the stable release.
- Free tier users are limited to 5 API calls per day. Upgrade to Pro for unlimited access.
API Endpoints
Vectorize Image
Submit an image and convert it to vector SVG. Returns the SVG content directly in the response.
POST
/api/v1/vectorizeQuery Result
Retrieve metadata for a past vectorization task by its conversion ID.
GET
/api/v1/result/{id}Health Check
Check the health of the Veclify API service. Returns database and backend status. No authentication required.
GET
/api/healthSupport
- Email:[email protected]
- API Keys:Manage your API keys