Skip to main content

VIUCraft Documentation

Welcome to VIUCraft

On This Page

VIUCraft is a powerful, easy-to-use image manipulation SaaS platform that allows you to transform, resize, and optimize your images through simple URL parameters.

Key Features

    1. URL-Based Transformations: Manipulate images directly through URL parameters without complex API calls
    2. High Performance: Built with libvips for blazing-fast image processing
    3. Multi-Tenant Architecture: Each customer gets a dedicated subdomain
    4. Secure: API key authentication with rate limiting
    5. Scalable: Designed to handle millions of image requests

How It Works

  1. Upload your images to VIUCraft
  2. Transform them using URL parameters
  3. Serve the optimized images directly to your users

Example

Code
# Original image
https://yoursubdomain.viucraft.com/image-id.jpg

# Resized to 300x200
https://yoursubdomain.viucraft.com/resize-300-200/image-id.jpg

# Grayscale
https://yoursubdomain.viucraft.com/grayscale/image-id.jpg

Ready to get started? Check out our Quick Start Guide!

Was this helpful?

On This Page