Text Card

From 3.3 credits

Create professional text overlays and title cards with typography, colors, and animation chosen automatically.

Still needed: Text

Runs on

1 models

How to use Text Card

A compact decision guide for placing this pipeline in a workflow.

Best for

  • Title cards and section headers for videos
  • Lower-third text overlays on background images
  • Statistics, quotes, or key facts displayed on screen
  • Chapter dividers between video sections

Tips

  • Keep text SHORT, 3-8 words for titles, 10-15 for facts
  • Provide a background image or video that relates to the text topic
  • The AI picks font, size, color, alignment, and effects automatically
  • For chapter cards: generate a themed background with image-generator first

Text Card API

Call this pipeline from your own code. One request dispatches a run; the model is an input field, not a separate endpoint.

Get an API token
inputs
3
required
1
Pricing
3.3 credits
Language
Language
bun add @pipe2-ai/sdk
Run a pipeline
import { createClient } from "@pipe2-ai/sdk";

const client = createClient(process.env.PIPE2_TOKEN!);

const { run_pipeline } = await client.RunPipeline({
  pipeline_slug: "text-card",
  input: {
    text: "The best time to plant a tree was 20 years ago.",
  },
});

pip install pipe2
Run a pipeline
import asyncio
import os

from pipe2 import Pipe2Client

client = Pipe2Client(token=os.environ["PIPE2_TOKEN"])

run = asyncio.run(client.run_pipeline(
    pipeline_slug="text-card",
    input={
        "text": "The best time to plant a tree was 20 years ago.",
    },
))

go get github.com/pipe2-ai/sdk-go
Run a pipeline
client := pipe2.NewClient(os.Getenv("PIPE2_TOKEN"))

input := json.RawMessage(`{
  "text": "The best time to plant a tree was 20 years ago."
}`)

run, err := pipe2.RunPipeline(context.Background(), client, "text-card", input)
if err != nil {
    log.Fatal(err)
}

brew install pipe2-ai/tap/pipe2
Run a pipeline
pipe2 pipelines run \
  --pipeline text-card \
  --input-json '{"text": "The best time to plant a tree was 20 years ago."}' \
  --wait

Full API reference CLI reference

Frequently Asked Questions

How does the AI decide the typography?
AI analyzes your background and instructions to pick font family, weight, size, color, position, shadow, and box style. It considers readability, content tone, and visual space.
Can it create subtitles?
Yes, if your text has a natural break (like a title and tagline), AI splits it into a title + subtitle with different sizing and color.
What fonts are available?
Sans (modern/clean), Serif (formal/elegant), and Mono (technical), each in Bold, Regular, Italic, and Bold Italic.
What styles can I request?
Try instructions like: 'documentary serif title', 'news lower third banner', 'modern left-aligned', 'elegant italic quote', 'tech monospace'.
Does it work on videos?
Yes, video backgrounds get text overlay with fade-in animation. Audio is preserved.

Text Card: AI Text Overlay Designer

Create professional title cards, lower thirds, and text overlays. AI analyzes your background and designs the complete typography, font family, weight, size, color, position, alignment, shadow, and optional subtitle. Just provide text and instructions.

How It Works

  1. Enter your text: AI auto-splits long text into title + subtitle if appropriate
  2. Provide a background: upload an image or video, or let AI generate one
  3. Add instructions: tell the AI your preferred style: "documentary serif", "news lower third", "elegant quote"
  4. AI designs it: AI picks font, size, color, position, shadow, box style, and animation

AI Typography Features

  • Font selection: Sans, Serif, or Mono in Bold, Regular, Italic, or Bold Italic
  • Smart positioning: center, lower third, upper third, left/right aligned
  • Title + subtitle: automatically splits text and styles both layers
  • Box styles: pill badges, full-width banners, or clean no-box
  • Background generation: dark cinematic, bright minimal, or gradient
  • Video animation: fade-in text on video backgrounds

Explore more pipelines

Video Generator
from 9.5
Video Generator
Image Generator
0.2-6.4
Image Generator
Audio Generator
0.002-40.0
Audio Generator
Music Generator
2.5-22.6
Music Generator