POST /api/convert
Convert an inline image or trusted artifact URL to ASCII art. Small output returns inline ASCII; large output returns a real preview, chunks, hashes, and artifact links.
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
}'