@musallam/firefly-client
    Preparing search index...

    Interface PublicBinaryInputV3

    interface PublicBinaryInputV3 {
        uploadId?: string;
        url?: string;
    }
    Index

    Properties

    Properties

    uploadId?: string

    The uploadId from the storage API response.

    url?: string

    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
    . 1 2083