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.
No timeline. No keyframes. Just describe what you want.
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).
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.
Watch the result. Love it? Download it. Want changes? Give feedback and the AI refines. Repeat until it’s perfect.
ReTake speaks your language — literally.
Describe your edit in everyday words. The AI interprets intent, not just commands.
See exactly what the AI understood and the optimized prompt it will use. Approve before you spend.
Not happy with the result? Tell the AI what to change. Refine and regenerate until it’s right.
Lucy Edit 2 for 720p edits (billed by processing time). Wan 2.7 for crisp 1080p (2–10s clips). Pick the right tool.
Buy credit packs ($5–$25). You’re charged only what the model costs — no subscriptions, no surprises.
Developers can integrate ReTake via REST API with ves_ API keys, rate limits, and usage tracking.
Real prompts, real results. See what ReTake can do.
Prepaid credit packs. No subscriptions. No hidden fees.
Try ReTake and edit a few short clips.
Regular editing. Best value per credit.
Heavy editing. Best for power users.
* Lucy Edit 2 is billed by AI processing time, not output duration. Wan 2.7 is billed by output duration.
ReTake is also a platform. Use the REST API to add video editing to your own applications.
ves_-prefixed keys with granular permissions# 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"