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 enhancement types, 8 staging styles, video generation, 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

AI Description Generator

Listing descriptions in EN & DE

Free

Smart Captions & Social Kit

AI captions + image resizing for social

Free

Free accounts start with 5 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's the difference between staging models?expand_more

Interior Design (default) — Best value, fast, good for most rooms.

FLUX Depth Pro — Higher quality, better at preserving room structure. Uses depth maps for more accurate furniture placement.

Decor8 — Premium staging via dedicated API. Best for high-end listings.

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://propertypix-pro.vercel.app/api/enhance \

-H "Authorization: Bearer zest_your_api_key" \

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

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

View full API docsarrow_forward