Interactive demonstrations of Art2XML capabilities for digital asset conversion and metadata management.
// Basic file conversion
curl -X POST 'https://api.elnhnna.com/art2xml/v1/convert' \
-H 'Authorization: Bearer YOUR_API_KEY' \
-F 'file=@yourfile.png' \
-F 'format=xml'
1. Replace "yourfile.png" with an actual image file path
2. The API automatically preserves color profiles and layer data
3. You'll receive a structured XML response with base64-encoded assets
Interactive demonstrations of Art2XML's core features
Extract and visualize embedded metadata from digital art files in real-time
Explore and modify layered art files through interactive XML manipulation interface
Convert entire art libraries with batch processing and metadata preservation
<?xml version="1.0" encoding="UTF-8"?>
<art-document>
<metadata>
<source>artwork.png</source>
<size>2048x1024</size>
<created>2025-09-13T14:23:19Z</created>
<layers>5</layers>
</metadata>
<base64>eJxN0kEOgCAQBdD...
The XML format preserves all layered structure and source information