Situm SDK JS
    Preparing search index...

    Class ImagesApi

    Service that exposes the /images domain.

    Represents the ImagesApi class that provides methods for interacting with Situm's images.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Uploads a new image to Situm's backend.

      Parameters

      • image: Blob

        The image to upload.

      • options: { filename?: string; rtf?: boolean } = {}

        Optional parameters for the request. Can include rtf and filename.

      Returns Promise<ResponseImages>