🔗 Nostr Relay Endpoints
WebSocket
wss://https://swarm.hivetalk.org
Main Nostr relay WebSocket endpoint for publishing and subscribing to events.
Supports standard Nostr protocol (NIP-01) with team-based access control.
GET
https://hivetalk.org/.well-known/nostr.json
Nostr relay information document (NIP-11) containing relay metadata and policies.
🌸 Blossom Server Endpoints
GET
/{sha256}
Download a blob by its SHA256 hash. Returns the raw file content with appropriate MIME type.
PUT
/upload
Upload a new blob to the server. Requires Nostr event authentication (NIP-98).
Maximum file size: 200MB.
GET
/list/{pubkey}
List all blobs with metadata including SHA256, size, MIME type, and upload timestamp.
Used by Sakura for health checks and blob discovery.
PUT
/mirror
Mirror a blob from another Blossom server. Accepts JSON body with source URL,
downloads and verifies the blob, then stores it locally.