ROLL

AI Video Editing, Directed by You

Upload a clip. Describe the edit. Preview the AI’s plan. Approve or refine. Watch it come to life.

Free to start. Pay only for what you generate.

From Clip to Cut, in Three Acts

No timeline. No keyframes. Just describe what you want.

1

Upload Your Clip

Drop any video file (MOV, MP4). Choose your model — Lucy Edit 2 for longer edits (billed by processing time), Wan 2.7 for 1080p (2–10s clips).

2

Direct the Edit

Describe what you want: “Make the first 3 seconds slow motion with a cinematic look.” The AI shows you its plan before spending any credits.

3

Review & Iterate

Watch the result. Love it? Download it. Want changes? Give feedback and the AI refines. Repeat until it’s perfect.

Built for Directors, Not Editors

ReTake speaks your language — literally.

Natural Language

Describe your edit in everyday words. The AI interprets intent, not just commands.

Prompt Preview

See exactly what the AI understood and the optimized prompt it will use. Approve before you spend.

Iterative Feedback

Not happy with the result? Tell the AI what to change. Refine and regenerate until it’s right.

Two Models, One App

Lucy Edit 2 for 720p edits (billed by processing time). Wan 2.7 for crisp 1080p (2–10s clips). Pick the right tool.

Pay Per Use

Buy credit packs ($5–$25). You’re charged only what the model costs — no subscriptions, no surprises.

API Platform

Developers can integrate ReTake via REST API with ves_ API keys, rate limits, and usage tracking.

From Prompt to Picture

Real prompts, real results. See what ReTake can do.

Prompt → Result

“Make the first 3 seconds slow motion with a warm cinematic grade”

Model: Lucy Edit 2 · 5s clip

Prompt → Result

“Turn this into an anime-style scene with glowing neon lights”

Model: Wan 2.7 · 4s clip

Prompt → Result

“Apply a charcoal sketch filter and speed up to 2x”

Model: Lucy Edit 2 · 6s clip

Credits, Not Commitments

Prepaid credit packs. No subscriptions. No hidden fees.

Starter

$5

Try ReTake and edit a few short clips.

  • ~60s of Lucy Edit 2 processing
  • ~20s of Wan 2.7 output (2–10s clips)
  • No expiry
Buy on App Store

Pro

$25

Heavy editing. Best for power users.

  • ~310s of Lucy Edit 2 processing
  • ~100s of Wan 2.7 output (2–10s clips)
  • No expiry
Buy on App Store

* Lucy Edit 2 is billed by AI processing time, not output duration. Wan 2.7 is billed by output duration.

Integrate AI Video Editing via API

ReTake is also a platform. Use the REST API to add video editing to your own applications.

  • API Keysves_-prefixed keys with granular permissions
  • Rate Limits — Configurable per-key RPS and monthly caps
  • Usage Tracking — Real-time metrics via dashboard and API
  • Billing Modes — Budget, prepaid, or Stripe metered billing
# Edit a video in 4 lines
curl -X POST https://api.retake.tl-dr.in/api/upload \
  -H "X-API-Key: ves_YOUR_KEY" \
  -F "video=@clip.mp4" \
  -F "prompt=Make it cinematic"

# Check status
curl https://api.retake.tl-dr.in/api/status/{job_id} \
  -H "X-API-Key: ves_YOUR_KEY"