PF
PhantomFlow

JSON to video API. Generate videos programmatically with credit-based pricing and white-label support.

Product

  • Features
  • Examples
  • Pricing
  • Integrations
  • White-Label
  • Reseller

Developers

  • Docs
  • API Reference
  • SDKs
  • Quickstart
  • Webhooks
  • Errors

Company

  • About
  • Blog
  • Careers
  • Contact
  • Status
  • Changelog

Legal

  • Privacy
  • Terms
  • Cookies
PF
PhantomFlow

JSON to video API. Generate videos programmatically with credit-based pricing and white-label support.

© 2026 PhantomFlow. All rights reserved.

PF
PhantomFlow
ExamplesPricingDocs
ExamplesPricingDocs
  1. Examples
  2. Real Estate
  3. Property Tour

Property Tour

Portrait property showcase with room cards and pricing

Video preview coming soon
Real Estate25s12 elements1080x192025 credits
Open in EditorGet Free API Key
house-seattle.json
1
{
2
  "width": 1080,
3
  "height": 1920,
4
  "fps": 30,
5
  "quality": "high",
6
  "scenes": [
7
    {
8
      "duration": 5,
9
      "background": "#0f172a",
10
      "elements": [
11
        {
12
          "type": "image",
13
          "src": "examples/house-exterior.jpg",
14
          "fit": "cover",
15
          "z_index": 0
16
        },
17
        {
18
          "type": "text",
19
          "text": "YOUR DREAM HOME",
20
          "style": "006",
21
          "font": "Montserrat",
22
          "font_size": 72,
23
          "color": "#FFFFFF",
24
          "position": "bottom-center",
25
          "y": -220,
26
          "z_index": 1
27
        },
28
        {
29
          "type": "text",
30
          "text": "742 Evergreen Terrace, Seattle WA",
31
          "font": "Montserrat",
32
          "font_size": 28,
33
          "color": "#FFFFFF",
34
          "position": "bottom-center",
35
          "y": -160,
36
          "shadow": truet
37
          "shadow_color": "#000000",
38
          "shadow_x": 1,
39
          "shadow_y": 1,
40
          "fade_in": 0.8,
41
          "z_index": 2
42
        }
43
      ]
44
    },
45
    {
46
      "duration": 5,
47
      "background": "#000000",
48
      "transition": {
49
        "type": "circleopen",
50
        "duration": 1
51
      },
52
      "elements": [
53
        {
54
          "type": "image",
55
          "src": "examples/house-living.jpg",
56
          "fit": "cover",
57
          "z_index": 0
58
        },
59
        {
60
          "type": "component",
61
          "component_id": "generic/card",
62
          "variables": {
63
            "title": "Open Living Room",
64
            "body": "Sunlit double-height space with hardwood floors and panoramic windows"
65
          },
66
          "position": "bottom-center",
67
          "y": -80,
68
          "width": 900,
69
          "height": 200,
70
          "z_index": 1,
71
          "fade_in": 0.5
72
        }
73
      ]
74
    },
75
    {
76
      "duration": 5,
77
      "background": "#000000",
78
      "transition": {
79
        "type": "circleopen",
80
        "duration": 1
81
      },
82
      "elements": [
83
        {
84
          "type": "image",
85
          "src": "examples/house-kitchen.jpg",
86
          "fit": "cover",
87
          "z_index": 0
88
        },
89
        {
90
          "type": "component",
91
          "component_id": "generic/card",
92
          "variables": {
93
            "title": "Chef's Kitchen",
94
            "body": "Italian marble island, Wolf range, and built-in espresso station"
95
          },
96
          "position": "bottom-center",
97
          "y": -80,
98
          "width": 900,
99
          "height": 200,
100
          "z_index": 1,
101
          "fade_in": 0.5
102
        }
103
      ]
104
    },
105
    {
106
      "duration": 5,
107
      "background": "#000000",
108
      "transition": {
109
        "type": "circleopen",
110
        "duration": 1
111
      },
112
      "elements": [
113
        {
114
          "type": "image",
115
          "src": "examples/house-bedroom.jpg",
116
          "fit": "cover",
117
          "z_index": 0
118
        },
119
        {
120
          "type": "component",
121
          "component_id": "generic/card",
122
          "variables": {
123
            "title": "Primary Suite",
124
            "body": "Walk-in closet, ensuite spa bath, and private balcony with mountain views"
125
          },
126
          "position": "bottom-center",
127
          "y": -80,
128
          "width": 900,
129
          "height": 200,
130
          "z_index": 1,
131
          "fade_in": 0.5
132
        }
133
      ]
134
    },
135
    {
136
      "duration": 5,
137
      "background": "#0f172a",
138
      "transition": {
139
        "type": "fade",
140
        "duration": 0.8
141
      },
142
      "elements": [
143
        {
144
          "type": "image",
145
          "src": "examples/house-exterior.jpg",
146
          "fit": "cover",
147
          "opacity": 0.3,
148
          "z_index": 0
149
        },
150
        {
151
          "type": "component",
152
          "component_id": "social/stat",
153
          "variables": {
154
            "value": "$1,250,000",
155
            "label": "4 Bed  |  3 Bath  |  3,200 sqft"
156
          },
157
          "position": "center",
158
          "width": 800,
159
          "height": 300,
160
          "z_index": 1,
161
          "fade_in": 0.5
162
        },
163
        {
164
          "type": "text",
165
          "text": "Contact: Prestige Realty  |  (206) 555-0199",
166
          "font": "Montserrat",
167
          "font_size": 22,
168
          "color": "#94a3b8",
169
          "position": "bottom-center",
170
          "y": -40,
171
          "fade_in": 1,
172
          "z_index": 2
173
        }
174
      ]
175
    }
176
  ]
177
}

Category

Real Estate

Duration

25 seconds

Elements

12 · image, text, component

Resolution

1080x1920

Estimated Credits

25

Open in Editor
Get Free API Key

More Real Estate Examples

Real Estate

Property Listing

Landscape property video with lower-third room labels

17s · 9 elements