API demo

Two ways to prove the backend is alive — no API keys required.

Ping the server

Calls /api/ping. Leave the box empty for a plain GET, or type a message and the server will echo it back via POST.

Server-side external fetch

Calls /api/advice, which makes the backend fetch a random piece of advice from the free adviceslip.com API and relay it back.