upload.divine.video

Blossom media upload server for divine.video
This is the resumable upload data plane for the divine.video platform. The public Blossom control plane remains on media.divine.video; this host accepts server-issued session URLs and final blob uploads behind that control plane.

API Endpoints

PUT /upload
Upload a blob (NIP-98 auth required)
POST /upload/init
Internal/proxied resumable session initialization
PUT /sessions/:id
Upload a chunk to a resumable session
HEAD /sessions/:id
Check resumable upload progress
POST /upload/:id/complete
Internal/proxied resumable upload finalization
DELETE /upload/:id
Abort a server-issued resumable upload session