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 Watermark

Video with Watermark

Aerial city footage with a semi-transparent watermark overlay

Video preview coming soon
Basic10s2 elements1920x108010 credits
Open in EditorGet Free API Key
video-with-watermark.json
1
{
2
  "width": 1920,
3
  "height": 1080,
4
  "fps": 30,
5
  "quality": "high",
6
  "scenes": [
7
    {
8
      "duration": 10,
9
      "background": "#000000",
10
      "elements": [
11
        {
12
          "type": "video",
13
          "src": "examples/city-aerial.mp4",
14
          "z_index": 0
15
        },
16
        {
17
          "type": "image",
18
          "src": "examples/watermark.png",
19
          "position": "top-right",
20
          "width": 200,
21
          "height": 50,
22
          "opacity": 0.7,
23
          "z_index": 1
24
        }
25
      ]
26
    }
27
  ]
28
}

Category

Basic

Duration

10 seconds

Elements

2 · video, image

Resolution

1920x1080

Estimated Credits

10

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 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