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. Video with Text Overlay

Video with Text Overlay

Video background with centered text and subtitle

Video preview coming soon
Basic8s3 elements1920x10808 credits
Open in EditorGet Free API Key
video-with-text-overlay.json
1
{
2
  "width": 1920,
3
  "height": 1080,
4
  "fps": 30,
5
  "quality": "high",
6
  "scenes": [
7
    {
8
      "duration": 8,
9
      "background": "#000000",
10
      "elements": [
11
        {
12
          "type": "video",
13
          "src": "examples/city-aerial.mp4",
14
          "z_index": 0
15
        },
16
        {
17
          "type": "text",
18
          "text": "THE CITY NEVER SLEEPS",
19
          "style": "006",
20
          "font": "Montserrat",
21
          "font_size": 72,
22
          "color": "#FFFFFF",
23
          "position": "center",
24
          "z_index": 1
25
        },
26
        {
27
          "type": "text",
28
          "text": "A cinematic aerial tour of downtown at night",
29
          "style": "002",
30
          "font": "Montserrat",
31
          "font_size": 28,
32
          "color": "#CCCCCC",
33
          "position": "center",
34
          "y": 70,
35
          "z_index": 2
36
        }
37
      ]
38
    }
39
  ]
40
}

Category

Basic

Duration

8 seconds

Elements

3 · video, text

Resolution

1920x1080

Estimated Credits

8

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

Image Slideshow

Three images with circle-open and wipe transitions

15s · 6 elements