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 theContent-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
| Method | Endpoint | Description |
|---|---|---|
| POST | /v1/real-estate/narrated-slideshow | Create a real estate slideshow video |
Tasks
| Method | Endpoint | Description |
|---|---|---|
| GET | /v1/tasks/{taskId} | Get task status and results |
System
| Method | Endpoint | Description |
|---|---|---|
| GET | /health | Check API health (no auth required) |
SDKs and Libraries
Official SDKs are coming soon. In the meantime, you can use any HTTP client to interact with the API:Need Help?
- Email: [email protected]
- Documentation: You’re here!
- Status Page: vibepeak.statuspage.io

