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. Basic
  3. Image Slideshow

Image Slideshow

Three images with circle-open and wipe transitions

Video preview coming soon
Basic15s6 elements1920x108015 credits
Open in EditorGet Free API Key
image-slideshow.json
1
{
2
  "width": 1920,
3
  "height": 1080,
4
  "fps": 30,
5
  "quality": "high",
6
  "scenes": [
7
    {
8
      "duration": 5,
9
      "background": "#000000",
10
      "elements": [
11
        {
12
          "type": "image",
13
          "src": "examples/nature-mountain.jpg",
14
          "fit": "cover",
15
          "z_index": 0
16
        },
17
        {
18
          "type": "text",
19
          "text": "EXPLORE THE PEAKS",
20
          "style": "003",
21
          "font": "Montserrat",
22
          "font_size": 96,
23
          "color": "#FFFFFF",
24
          "position": "center",
25
          "z_index": 1
26
        }
27
      ]
28
    },
29
    {
30
      "duration": 5,
31
      "background": "#000000",
32
      "transition": {
33
        "type": "circleopen",
34
        "duration": 1
35
      },
36
      "elements": [
37
        {
38
          "type": "image",
39
          "src": "examples/city-skyline.jpg",
40
          "fit": "cover",
41
          "z_index": 0
42
        },
43
        {
44
          "type": "text",
45
          "text": "DISCOVER THE LIGHTS",
46
          "style": "004",
47
          "font": "Montserrat",
48
          "font_size": 96,
49
          "color": "#FFFFFF",
50
          "position": "center",
51
          "z_index": 1
52
        }
53
      ]
54
    },
55
    {
56
      "duration": 5,
57
      "background": "#000000",
58
      "transition": {
59
        "type": "wipeleft",
60
        "duration": 0.8
61
      },
62
      "elements": [
63
        {
64
          "type": "image",
65
          "src": "examples/ocean-sunset.jpg",
66
          "fit": "cover",
67
          "z_index": 0
68
        },
69
        {
70
          "type": "text",
71
          "text": "CHASE THE HORIZON",
72
          "style": "005",
73
          "font": "Montserrat",
74
          "font_size": 96,
75
          "color": "#FFFFFF",
76
          "position": "center",
77
          "z_index": 1
78
        }
79
      ]
80
    }
81
  ]
82
}

Category

Basic

Duration

15 seconds

Elements

6 · image, text

Resolution

1920x1080

Estimated Credits

15

Open in Editor
Get Free API Key

More Basic Examples

Basic

Hello World

Animated text with shadow effects on a dark background

6s · 2 elements

Basic

Video with Watermark

Aerial city footage with a semi-transparent watermark overlay

10s · 2 elements

Basic

Video with Text Overlay

Video background with centered text and subtitle

8s · 3 elements