adobe-firefly-sdk
    Preparing search index...

    Type Alias StorageImageV2Data

    type StorageImageV2Data = {
        body: Blob | File;
        path?: never;
        query?: never;
        url: "/v2/storage/image";
    }
    Index

    Properties

    Properties

    body: Blob | File

    The PNG, JPEG, WEBP, TIFF, or JXL image to be stored (binary data). The maximum file size supported for uploading an image is 15MB.

    path?: never
    query?: never
    url: "/v2/storage/image"