Skip to main content
Decart provides state-of-the-art AI models for transforming videos and images through a simple API.

Quick example

Transform any video with a single API call:
curl -X POST https://api.decart.ai/v1/generate/lucy-pro-v2v \
  -H "X-API-KEY: $DECART_API_KEY" \
  -F "data=@input.mp4" \
  -F "prompt=Transform into anime style" \
  --output output.mp4
View full code examples →

What you can build

Style Transfer

Transform videos into any artistic style

Object Editing

Replace or modify specific elements

Realtime Effects

Live video transformation via WebRTC

Getting started

1

Get API key

2

Install SDK

npm install @decartai/sdk or pip install decart-sdk
3

Transform

Follow our quickstart guide

Explore

I