Developer API
Build With Zestio
RESTful API for image enhancement, virtual staging, video generation, and more. Generate API keys, integrate into your CRM or custom workflow. Full documentation and support.
Quick Start
# Enhance a property image
curl -X POST https://zestio.de/api/enhance \
-H "Authorization: Bearer zest_your_api_key" \
-H "Content-Type: application/json" \
-d '{"image":"...","enhancementType":"sky"}'
Simple Credit-Based Pricing
Buy credits, use them across the web app and API. No separate API plans needed.
1. Get API Key
Generate an API key from your dashboard. Same account works for web and API.
2. Buy Credits
Subscribe or buy top-ups. Credits work everywhere — web app and API.
3. Make API Calls
Each API call uses credits. Simple, predictable costs per operation.
Credit Costs
| Operation | Credits |
|---|---|
Enhance (basic) Sky replace, seasons, object removal, etc. | 1 |
Enhance (premium) FLUX Kontext Pro, Ideogram v2 | 2 |
Virtual Staging All room types and furniture styles | 2 |
Upscale 2× or 4× AI upscaling | 2 |
Video Generation Full pipeline: enhance, sort, animate, stitch | 5 |
Listing Description AI-generated listings (EN & DE) | 0 |
3D Tour Scan Create 3D scans from photos | 8 |
Buy Credits
Top-ups
Buy credits anytime, no subscription needed
API Endpoints
POST /api/enhance
Enhance, sky replace, season change, object removal, HDR
POST /api/staging
Virtual staging with room types and furniture styles
POST /api/video-jobs
Full video pipeline: sort, animate, stitch with music
POST /api/upscale
2× AI upscaling for low-resolution images
POST /api/listings
AI listing description generation (EN & DE)
GET /api/credits
Check credit balance and usage programmatically
Start Building
Use our TypeScript SDK or integrate directly with the REST API. Full documentation and examples included.
