Skip to content

Local API

Jeremy Franklin edited this page Aug 22, 2026 · 1 revision

Local API

Richmack Services listens on localhost by default.

Base URL:

http://127.0.0.1:8765

Health

Check:

curl http://127.0.0.1:8765/health

Feed URLs

Generated feeds may appear under:

/feeds/<feed-id>.xml

Example:

http://127.0.0.1:8765/feeds/richmack-example.xml

Security expectation

The local API should not be exposed directly to the public Internet.

Default binding should remain:

127.0.0.1

rather than:

0.0.0.0

Clone this wiki locally