Single Centered Text Quote

A simple slideshow with a single centered text quote on a solid background.

Template Information

Property
Value

Template ID

/video-template/9f4e66cd-b784-4c02-b2ce-e6d0765fd4c0

Output Type

Slideshow

Category

AI-Generated Infographics

Parameters

Parameter
Type
Required
Default
Description

quotes

array

Yes

-

List of quote strings. Each quote becomes a separate card in the carousel. Min: 1, Max: 20

quotes[]

string

Yes

-

Individual quote text. Length: 10-350 characters

Example 1: AI-Powered with Prompt

POST https://backend.blotato.com/v2/videos/from-templates
Content-Type: application/json
blotato-api-key: YOUR_API_KEY

{
  "templateId": "/video-template/9f4e66cd-b784-4c02-b2ce-e6d0765fd4c0",
  "inputs": {},
  "prompt": "Create 5 motivational quotes about perseverance",
  "render": true
}

Example 2: Manual Inputs

Example 3: Single Quote

See Also

Last updated