SongGuess
    Preparing search index...
    type StreamDirectUpload = {
        id: string;
        scheduledDeletion: string | null;
        uploadURL: string;
        watermark: StreamWatermark | null;
    }
    Index

    Properties

    id: string

    A Cloudflare-generated unique identifier for a media item.

    scheduledDeletion: string | null

    The scheduled deletion time, if any.

    uploadURL: string

    The URL an unauthenticated upload can use for a single multipart request.

    watermark: StreamWatermark | null

    The watermark profile applied to the upload.