api

Permanence layer.

Your customers won’t need a wallet or buy Bitcoin. Send a file and a few fields; we handle inscription, confirmation, and the permanent lookup. A standard API. Forever.

Already approved? Open the dashboard to mint a key.

Built for

Estate & Legacy

Inscribe wills, letters, and final wishes that outlive every account.

Funeral & Memorial

A permanent memorial families can find forever. No subscription to lapse.

Vital Records & Notary

Timestamp deeds, certificates, and signed agreements onto an independent ledger.

Weddings, Births & Milestones

Turn a platform's biggest moments into something the couple keeps for life.

One call

curl https://momentsupply.app/v1/moments \
  -H "Authorization: Bearer sk_live_…" \
  -F file=@maren.jpg \
  -F title="The day Maren was born" \
  -F date="2026-04-03" \
  -F context="8 lbs, 1 oz." \
  -F collection="present"
POST /v1/moments — 201 Created
// response appears here — runs the real moderation gate (dry run, nothing persisted)

The surface

POST
/v1/moments
Create & inscribe a moment. Multipart (file) or JSON (text-only).
GET
/v1/moments/:id
Fetch status, confirmation depth, and the permanent view URL.
GET
/v1/moments
List moments scoped to your account, paginated.
POST
/v1/moments/:id/plate
Order an archival Metalphoto plate. Fulfilled manually for now.
POST
/v1/webhooks
Register a webhook. Fires on moment.confirmed and plate.shipped.

Three ways

01
REST
Call the endpoints. Ship in minutes.
02
Widget
Drop our compose, inscribe, certificate flow into your site, your brand or ours.
03
White-label
Your brand. Your words. Our tech.