All articles on hanginginvestments.com are available as markdown. You do not need an API key and no page requires authentication.
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.
Link header advertising the markdown
alternate: Link: </path.md>; rel="alternate"; type="text/markdown".https://hanginginvestments.com/llms.txt.Vary: Accept, so caches negotiate correctly.