Welcome to the Express Transformers API. This service provides various image and text transformation endpoints.
/convert-image?url=IMAGE_URL
Converts an image URL to base64 format.
/convert-svg-to-png
Converts SVG to PNG format. Send URL in request body: { "url": "SVG_URL" }
/updateTextNodesSync
Updates text nodes using AI. Requires authentication token.
/healthcheck
Check the health status of the API services.