Skip to main content

POST /api/msg/feed/save

This is NOT an append to the record: it writes to the user's vault, and a vault write can never alter the chain. Kept in this router because it is the feed's "save" action from the user's point of view.

MethodPOST
Path/api/msg/feed/save
DomainMessaging & files · Msg Feed
Tiercomputation (public)
Authuser

Request

curl -X POST https://zeqsdk.com/api/msg/feed/save \
-H "Authorization: Bearer $ZEQ_KEY" \
-H "Content-Type: application/json" \
-d '{ }' # request body — see description

Needs a machine key — mint one free: curl -X POST https://zeqsdk.com/api/demo-key/mint, then spin up your machine.

Generated from the node's own route registry (GET /api/endpoints) — this path is live.