adobe-firefly-sdk
    Preparing search index...

    Type Alias ReferenceBlobSourceV3

    ReferenceBlobSourceV3

    Source specification for a reference blob input asset. Input images must meet these requirements: file size must be 10 MB or less; image area must be between 512×512 and 2048×2048 pixels (inclusive); aspect ratio must be between 1:5 and 5:1 (inclusive).

    type ReferenceBlobSourceV3 = {
        uploadId?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    uploadId?: string

    Upload ID

    The ID of an asset previously uploaded to the Firefly Upload Image API.

    url?: string

    URL

    URL of the reference image. Presigned URLs are not supported for Image5; images must be uploaded to Adobe storage.