Help & Support

Everything you need to get the most out of Zestio.

Quick Start

How It Works

1

Upload your photo

JPG, PNG, or WebP up to 10MB. Works best with well-lit property photos.

2

Choose your tool

Pick from 13 image enhancement types, 8 renovation styles, video generation with AI voiceover, 3D floor plans, or caption creation.

3

AI processes your image

Most enhancements complete in 10-30 seconds. Videos take 2-5 minutes depending on image count.

4

Download & share

Download your result or share directly to social media with auto-generated captions.

Credits & Pricing

Image Enhancement (Basic)

Auto, HDR, Sharpen, Denoise

1 credit

Image Enhancement (Premium)

Sky replace, seasons, object removal

2 credits

Virtual Staging

8 room types, 8 furniture styles

2 credits

Video Generation

Full pipeline: sort → stage → animate → stitch

5 credits

3D Tour Scanner

Upload photos → interactive 3D walkthrough

8 credits

2D & 3D Floor Plans

Unlimited projects with precision drafting

Free

AI Floor Plan Assistant

Chat with AI to design & modify floor plans

1 credit

AI Description Generator

Listing descriptions in EN & DE

Free

Smart Captions & Social Kit

AI captions + image resizing for social

Free

Free accounts start with 10 credits. Need more? Check our pricing plans.

Frequently Asked Questions

What image formats are supported?expand_more

JPG, PNG, and WebP images up to 10MB. For best results, use high-resolution photos with good lighting.

How long does processing take?expand_more

Enhancements: 10-30 seconds. Virtual staging: 20-60 seconds. Videos: 2-5 minutes depending on number of images (each image is processed individually).

Can I use the API in my own app?expand_more

Yes! Generate API keys in Settings and check our API documentation for integration guides. Both enhance and staging endpoints support Bearer token authentication.

How many images do I need for a video?expand_more

Minimum 5 images for best results. Upload interior and exterior shots — the AI auto-sorts them into a logical tour order (exterior → living → kitchen → bedrooms).

What renovation styles are available?expand_more

Modern, Luxury, Minimalist — Clean contemporary styles for most properties.

Scandinavian, Industrial, Coastal — Distinctive aesthetics for specific markets.

Contemporary, Midcentury — Timeless designs that photograph well.

For video generation, the renovation style is applied during the Enhance stage. For virtual staging, you can select the style per room.

How does the AI voiceover work?expand_more

Zestio auto-generates a professional narration script from your listing data. You can also write your own script. The voiceover is mixed with background music in the final video. Toggle voiceover on/off in the video creator settings.

What happens during video processing?expand_more

The pipeline runs: Sort (AI classifies rooms) → Script (voiceover generation) → Twilight (exterior enhancement) → UpscaleEnhance (virtual renovation) → Animate (per-image video clips) → Finalize (stitch with music, voiceover, watermark). Each stage processes automatically with retry logic.

Do I need to keep the browser open during video processing?expand_more

Yes — the video pipeline processes step-by-step via your browser. Keep the tab open until you see the final video. Closing the tab will pause processing.

API Quick Reference

Use Zestio in your own apps. Generate an API key in Settings.

# Enhance an image

curl -X POST https://zestio.de/api/enhance \

-H "Authorization: Bearer zest_your_api_key" \

-H "Content-Type: application/json" \

-d '{"image":"...","type":"sky"}'

View full API docsarrow_forward