adobe-firefly-sdk
    Preparing search index...

    Type Alias InputAsset

    The URL where the asset will be fetched.

    type InputAsset = {
        destination?: string;
        source: { url: string };
    }
    Index

    Properties

    Properties

    destination?: string

    This provides a path relative to a temporary base directory (working directory) where the resource would be downloaded. This would be used to identify the assets within the parameters. It cannot go up using '..' or '/'. Should be a valid file name.

    source: { url: string }

    Type Declaration

    • url: string

      The pre-signed URL of the input asset. This is the URL of the asset that will be downloaded and acted upon during the job.