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

    Interface ImageSource

    The image source. Exactly one of url or uploadId must be provided in the request.

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

    Properties

    Properties

    uploadId?: string

    If this object represents a file in our S3 temp storage system, the ID for that file.

    url?: string

    Pre-signed URL of the image from a supported domain. See Allowed storage domains for the current list.