To upload media to Nostr Media via our API, a Nostr client can use one of two methods:
Method 1: Standard Upload (files up to 125MB)
For standard uploads using the Blossom spec:
1. Compute the SHA-256 Hash
Before uploading the file, compute the SHA-256 hash of the file. This hash will be used in t...