← ByteRegistry

ByteRegistry for Organizations

Everything individuals get — plus the volume, accountability, and audit trail your counsel will ask about.

Plans

Starter
1,000 deeds/day
small firms, departments, labs
Professional
10,000 deeds/day
firms, publishers, agencies
Enterprise
100,000 deeds/day
institutions, archives, platforms

Individual use is free — 100 published deeds per day, no account, and unlimited local fingerprinting always. Organization pricing is invoiced at service activation; no payment is collected today and no card data is ever stored by the registry.

Register your organization

Your API key is generated once and shown once; the registry retains only its hash. Treat it like a password.

API quickstart

Authenticate by header. All endpoints accept and return JSON. The deed format is exactly what the ByteRegistry client produces — signed records; never file contents.

# Publish deeds (bulk: array of signed deed entries)
curl -X POST https://byteregistry.com/api/publish \
  -H "X-API-Key: br_live_…" \
  -H "Content-Type: application/json" \
  -d @deeds.json

# Look up a fingerprint (keyless — public, forever)
curl https://byteregistry.com/api/lookup/<sha256>

# Fielded search over published records
curl "https://byteregistry.com/api/search?q=drift&type=Dataset"

# Your usage and quota
curl https://byteregistry.com/api/org/usage -H "X-API-Key: br_live_…"

Limits: publishing is quota'd per plan per UTC day (HTTP 429 past quota, resets 00:00 UTC). Signature verification is enforced on intake — forged or altered records are rejected regardless of key. Anchoring runs hourly; published records appear in the next batch with retrievable inclusion proofs via /api/deed/<id>.