Skip to main content

VibePeak Public API

The VibePeak API provides programmatic access to our AI-powered real estate video generation platform. Create professional property slideshow videos with AI-enhanced imagery and text-to-speech narration.

Base URL

All API requests should be made to:

API Version

The current API version is v1. All endpoints are prefixed with /v1/.

Request Format

The API accepts JSON-encoded request bodies and returns JSON-encoded responses. All requests must include the Content-Type: application/json header.

Response Format

All responses follow a consistent format:

Success Responses

Error Responses

Core Concepts

Async Processing

Video generation is asynchronous. Submit a request and poll for results.

Webhooks

Receive notifications when your videos are ready.

Rate Limits

Understand concurrent task limits per subscription plan.

Error Handling

Handle errors gracefully with machine-readable error codes.

Available Endpoints

Videos

Tasks

System

SDKs and Libraries

Official SDKs are coming soon. In the meantime, you can use any HTTP client to interact with the API:

Need Help?