Skip to main content

VIUCraft Documentation

JavaScript SDK - Image Management

On This Page

The ViucraftClient provides methods for uploading, deleting, inspecting, and listing images.

Methods

    1. uploadImage(file, metadata?) - Upload an image
    2. deleteImage(imageId) - Delete an image
    3. getImageInfo(imageId) - Get image metadata
    4. listImages(page?, limit?) - List images with pagination

All methods return promises and include automatic retry on rate-limit (429) responses.

Was this helpful?

On This Page