API keys

Your API keys
Use key-id + key-secret headers when calling the Blackbox API. Secrets are shown only at creation time.
0 / 0 used
How to authenticate
Pass both headers on every request to the Blackbox API.
curl https://blackbox.notarify.io/api/stamp/info/hash/<id> \
  -H "key-id: <your key id>" \
  -H "key-secret: <your key secret>"