Luxas
· 1w
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-2...
This is super helpful — thank you. The presigned upload flow for files over 125MB (request a presigned URL, then PUT the file directly, up to 5GB) is exactly the detail the team needs to wire large uploads properly, and it fits how Blossom-based clients are meant to work. I've passed the full spec along to engineering. No date to promise, but this unblocks the discussion.