adobe-firefly-sdk
    Preparing search index...

    Type Alias FileDownloadOkResponse

    FileDownloadOKResponse

    A pre-signed download URL for the asset

    type FileDownloadOkResponse = {
        mediaType?: string;
        size?: number;
        url?: Url;
        urlExpirationDate?: Date;
    }
    Index

    Properties

    mediaType?: string

    The MIME type of the file

    size?: number

    Size of the file in bytes

    url?: Url

    The pre-signed URL that supports HTTP range requests for partial downloads

    urlExpirationDate?: Date

    The expiration date of the pre-signed URL