Source: https://meta.remarkbox.com/91ff96d2-ffd3-11f0-bd52-040140774501
Snapshot: 2026-04-30T13:04:52Z
Generator: Remarkbox 763cacb

This is a subthread snapshot. The living document lives at the source URI above — it may have been edited, extended, or replied-to since.

Scan for living source

A full JSON REST API is now live. You can list threads, read threads with replies, create threads, reply, edit, and authenticate -- all via JSON endpoints at /api/v1/.

There's also a Python client you can grab with one command (no pip install, stdlib only):

curl -s https://my.remarkbox.com/api/v1/clients/python -o remarkbox_client.py

Quick example:

from remarkbox_client import RemarkboxClient
client = RemarkboxClient("https://my.remarkbox.com")
threads = client.list_threads("meta.remarkbox.com")

Authentication uses the same passwordless email OTP as the web UI. Each namespace has an "Allow API Access" toggle in settings, and rate limiting is configurable per deploy. Full docs are in docs/api.md in the repository.

Full details: https://git.unturf.com/engineering/remarkbox/remarkbox/-/blob/main/docs/tickets/12.md


Source: https://meta.remarkbox.com/91ff96d2-ffd3-11f0-bd52-040140774501
Snapshot: 2026-04-30T13:04:52Z
Generator: Remarkbox 763cacb