For the complete documentation index, see llms.txt. This page is also available as Markdown.

Video of Images and Text with Minimal Style

Create videos combining images and text with minimal styling.

When to Use This Template

  • You have your own images and want to create a video (not a slideshow) that cycles through them โ€” with or without text overlays and a watermark

  • You are a photographer, real estate agent, or e-commerce seller who wants to turn product or property images into a video

  • You want a branded watermark on the output video (optional โ€” set to empty to remove)

Template Information

Property
Value

Template ID

/base/v2/images-with-text/3ed4bb92-dbfe-45e6-9dc8-605b77f70506/v1

Output Type

Video

Category

Images with Text

Parameters

Parameter
Type
Required
Default
Description

watemark

string

No

Watemark

Watermark text

textBgColor

color

No

#FFA500

Background color for text

titles

array

No

-

Array of title strings. Max: 100

texts

array

No

-

Array of text strings. Max: 100

images

array

No

-

Array of image URLs. Max: 100

Example 1: AI-Powered with Prompt

Example 2: Manual Inputs

Example 3: Hybrid Approach

Customization Tips

All parameters in this template are optional. To hide elements you don't need:

To hide this
Do this

Watermark

Set watemark to "" (empty string). Note: the parameter name is watemark, not watermark.

Titles

Omit the titles parameter, or pass an empty array []

Text overlays

Omit the texts parameter, or pass an empty array []

Text background color

Omit textBgColor (only visible when titles/texts are present)

If you want a video of your images with no overlays at all, set watemark to "" and omit titles and texts.

See Also

Last updated