All updates

Product update · September 18, 2026

Build captioned-video workflows with the tscaps API

Send a video and a caption template. Tscaps transcribes the speech, applies animated captions, renders the result, and gives your application a finished video to download.

From source video to finished file

Start with a public video URL or upload the file directly. Choose one of the 38 built-in templates, or a template you saved from the editor. Each job runs asynchronously, so your product can keep working while tscaps processes the video.

  1. 01 · Submit

    Video and template

    Send a URL or direct upload with the template ID.

  2. 02 · Process

    Transcribe and render

    Speech timing and caption animation are handled for you.

  3. 03 · Deliver

    Webhook and download

    Receive the completed job with a secure video URL.

Everything around the endpoint

The new developer area covers the work around an integration, from creating its first key to understanding what it costs in production.

Keys, templates, and usage

Create separate API keys, copy template IDs, review recent runs, and track minutes by day.

Signed webhooks

Receive the final job payload without polling. Deliveries use the Standard Webhooks signing format and retry automatically.

Failures cost nothing

A job consumes automation minutes only after it successfully delivers a finished video. Cancelled and failed jobs are refunded.

Ready for coding agents

The official skill and machine-readable docs give agents the endpoint schemas, upload flow, limits, and examples.

npx skills add francozanardi/tscaps --skill tscaps-api

Pay for the video delivered

API jobs use automation minutes based on the duration of the source video. Free includes 5 minutes each month, Starter includes 30, and Pro includes 60. When a workflow needs more, any plan can buy minute packs from the developer dashboard. Purchased minutes never expire.

Packs range from 50 to 10,000 minutes. The per-minute price falls from $0.12 to $0.08 as the pack grows.

A new plan between Free and Pro

Starter is a new $6 monthly plan for people who need more room than Free without the volume of Pro. The same plans cover both the Studio editor and the Automation API.

Free

$0forever

  • 5 videos per month
  • Up to 3 min per video
  • 2 without a watermark
  • 5 automation minutes
Starter

$6/ month

  • 15 videos per month
  • Up to 5 min per video
  • No watermark
  • 30 automation minutes
Pro

$12/ month

  • 30 videos per month
  • Up to 10 min per video
  • No watermark
  • 60 automation minutes

The $5 Pro launch price is protected. Existing subscribers keep that price for the life of their subscription. Free users keep any video balance already issued until its next renewal; the new 3-minute maximum applies immediately.

Build your first workflow

Create an API key, send a video, and let tscaps return it with animated captions.

Open the developer dashboard