Private List Capture

QuickList

Secure, private list capture in seconds. Create a list, post values by API, and review clean timelines with source IPs.

Private By Design

Each list gets a server-generated List ID and private GUID key. No key, no access.

Flexible Ingestion

Add values with either GET or POST using listId, key, and value.

Readable History

View entries as a formatted table with timestamps, source IPs, and values.

Quick Start

Add Value (GET)

Append a value using query parameters from any client.

curl "http://localhost:5050/api/value?listId=GUID&key=GUID&value=hello"

Add Value (POST)

Append a value with JSON in the request body.

curl -X POST "http://localhost:5050/api/value"   -H "Content-Type: application/json"   -d '{"listId":"GUID","key":"GUID","value":"hello"}'

Fetch List Entries

Retrieve paginated list data once authenticated with the key.

curl "http://localhost:5050/api/list?listId=GUID&key=GUID&page=1&pageSize=25"

Browser view: /?listId=GUID&key=GUID

Free Plan

Need more? Upgrade any list for $12/year to unlock more usage.

Upgrade a list