Convert artwork, images, and creative content into structured XML formats with precise metadata control.
Upload or provide a link to any art file (PNG, JPEG, SVG, etc.).
Our AI analyzes colors, shapes, and metadata to generate XML elements.
Receive structured XML content with tags for shapes, colors, and metadata.
SVG Anonymous 2025-09-12
Convert an uploaded artwork file or image URL to structured XML format with customizable output settings.
curl -X POST "https://elnhna.com/art2xml/convert" \
-H "Authorization: Bearer YOUR_API_KEY" \
-F "file=@/path/to/artwork.jpg" \
-F "format=vector"
file
: (required) Art file to convert (PNG/JPG/SVG)format
: Output XML format (vector, shape-data, etc.)include_metadata
: (optional) Boolean to include artist infoProcess multiple artworks simultaneously with advanced optimization settings and format control.
curl -X POST "https://elnhna.com/art2xml/batch" \
-H "Authorization: Bearer YOUR_API_Key" \
-F "files[]=@art1.png" \
-F "files[]=@art2.svg" \
-F "output=xml_array"
files[]
: (required) Multiple art files to convertoutput
: Result format (xml_array, zip, json)optimize
: (optional) Enable geometric simplification/api/v1/auth/token
Authorization: Bearer [token]
100 requests/minute for free tier | 1000 requests/minute for enterprise plans.