text
path
style
query
border
query
curl https://tcpdata.com/ascii/HELLO | jq -r '.ascii'
curl 'https://tcpdata.com/ascii/CODE?style=blocks' | jq -r '.ascii'
curl 'https://tcpdata.com/ascii/TEST?style=stars&border=false' | jq -r '.ascii'
Use | jq -r '.ascii' to display the ASCII art directly in your terminal
style=box: Box-drawing characters (╔═╗)
style=blocks: Block characters (█)
style=stars: Star characters (*)
style=hash: Hash characters (#)
style=banner: MikroTik-style double-height banner (6 lines)
border=true: Adds a decorative border around the text