Skip to main content
Create AI-powered cinematic video reels from a single property image.

Endpoint

POST /functions/v1/generate-ai-reel

Authentication

Requires a valid JWT in the Authorization header.

Request body

ParameterTypeDescription
image_urlstringURL of the property image
promptstringOptional mood or style description
preset_idstringStyle preset (e.g., cinematic)
export_presetstringQuality: standard, hd
titlestringOptional title for the reel

Response

{
  "reel_id": "uuid",
  "status": "processing",
  "estimated_time": 120
}

Status

Reel generation is asynchronous. Poll for status updates or subscribe to real-time changes. Statuses: pendingprocessingcompleted or failed.