POST /api/convert
Convert a base64-encoded image to ASCII art.
curl -X POST https://ascii.platphormnews.com/api/convert \
-H "Content-Type: application/json" \
-d '{
"image": "data:image/png;base64,...",
"resolution": 0.11,
"charset": "standard",
"grayscale": true,
"inverted": false
}'