Markdown Content for hanginginvestments.com

All articles on hanginginvestments.com are available as markdown. You do not need an API key and no page requires authentication.

How to fetch markdown

Send an Accept: text/markdown header with any request:

curl -H "Accept: text/markdown" https://hanginginvestments.com/what-is-ai-art/

The server responds with Content-Type: text/markdown; charset=utf-8 and an x-markdown-tokens header giving an approximate token count of the body.

Alternatively, fetch the .md companion file directly — every article URL has one at the same path with a .md suffix:

curl https://hanginginvestments.com/what-is-ai-art.md

The homepage markdown lives at https://hanginginvestments.com/index.md.

Notes