adobe-firefly-sdk
    Preparing search index...

    Type Alias PublicBinaryInputV3

    PublicBinaryInputV3

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

    Properties

    Properties

    uploadId?: string

    The upload ID

    The uploadId from the storage API response.

    url?: string

    The pre-signed URL

    The pre-signed URL of an uploaded file. Use a URL or an uploadID as the source for the image. Firefly only allows these listed domains in the request:

    • amazonaws.com
    • windows.net
    • dropboxusercontent.com
    • storage.googleapis.com
    .