> ## Documentation Index
> Fetch the complete documentation index at: https://docs.realtoraai.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Generate AI Reel

> Create cinematic video reels from property images.

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

| Parameter       | Type   | Description                        |
| --------------- | ------ | ---------------------------------- |
| `image_url`     | string | URL of the property image          |
| `prompt`        | string | Optional mood or style description |
| `preset_id`     | string | Style preset (e.g., `cinematic`)   |
| `export_preset` | string | Quality: `standard`, `hd`          |
| `title`         | string | Optional title for the reel        |

## Response

```json theme={null}
{
  "reel_id": "uuid",
  "status": "processing",
  "estimated_time": 120
}
```

## Status

Reel generation is asynchronous. Poll for status updates or subscribe to real-time changes. Statuses: `pending` → `processing` → `completed` or `failed`.
