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. Hello World

Hello World

Animated text with shadow effects on a dark background

Video preview coming soon
Basic6s2 elements1920x10806 credits
Open in EditorGet Free API Key
hello-world.json
1
{
2
  "width": 1920,
3
  "height": 1080,
4
  "fps": 30,
5
  "quality": "high",
6
  "scenes": [
7
    {
8
      "duration": 6,
9
      "background": "#0f0f23",
10
      "elements": [
11
        {
12
          "type": "text",
13
          "text": "HELLO WORLD",
14
          "style": "009",
15
          "font": "Montserrat",
16
          "font_size": 120,
17
          "color": "#FFFFFF",
18
          "position": "center",
19
          "z_index": 1
20
        },
21
        {
22
          "type": "text",
23
          "text": "Your first video, generated from JSON",
24
          "style": "002",
25
          "font": "Montserrat",
26
          "font_size": 24,
27
          "color": "#6366f1",
28
          "position": "bottom-center",
29
          "z_index": 2
30
        }
31
      ]
32
    }
33
  ]
34
}

Category

Basic

Duration

6 seconds

Elements

2 · text

Resolution

1920x1080

Estimated Credits

6

Open in Editor
Get Free API Key

More Basic Examples

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

Basic

Image Slideshow

Three images with circle-open and wipe transitions

15s · 6 elements