Cacheable SVG URL
Use GET when parameters fit in a URL. Responses are deterministic, cached, and carry an ETag.
curl --get 'https://pxface.com/api/v1/render' \
--data-urlencode 'text=HELLO
THERE' \
--data 'format=svg' \
--data 'ratio=fit' \
--output hello-there.svg