Skip to main content

Welcome to the VibePeak API

The VibePeak API enables you to programmatically create professional real estate slideshow videos with AI-enhanced imagery and text-to-speech narration. Perfect for property management platforms, real estate agencies, and marketing automation tools.
Getting started? Check out the Quickstart guide to create your first video in under 5 minutes.

Quickstart

Get up and running in 5 minutes

API Reference

Explore the complete API documentation

Authentication

Learn how to authenticate your requests

Webhooks

Get notified when videos are ready

Key Features

Transform property photos into professional slideshow videos with smooth transitions, AI-generated narration, and optional room styling (virtual staging, redecorating).
Submit video requests and get notified via webhook when they’re ready. No need to wait for long-running video generation.
Choose from a variety of natural-sounding AI voices for your video narration, or provide a custom script.
Rate limiting, idempotency support, and comprehensive error handling make integration seamless and reliable.

Quick Example

Create a video in just a few lines of code:
curl -X POST https://api.vibepeak.ai/v1/real-estate/narrated-slideshow \
  -H "Authorization: Bearer vpk_live_xxxxx" \
  -H "Content-Type: application/json" \
  -d '{
    "images": [
      "https://example.com/living-room.jpg",
      "https://example.com/kitchen.jpg",
      "https://example.com/bedroom.jpg",
      "https://example.com/bathroom.jpg",
      "https://example.com/backyard.jpg"
    ],
    "webhook_url": "https://yourserver.com/webhook"
  }'

Plans

API access is available on Plus and Pro plans:
PlanConcurrent TasksBest For
Plus1Individual agents
Pro3Small teams