Express Transformers API

Welcome to the Express Transformers API. This service provides various image and text transformation endpoints.

Available Endpoints:

GET /convert-image?url=IMAGE_URL

Converts an image URL to base64 format.

POST /convert-svg-to-png

Converts SVG to PNG format. Send URL in request body: { "url": "SVG_URL" }

POST /updateTextNodesSync

Updates text nodes using AI. Requires authentication token.

GET /healthcheck

Check the health status of the API services.