Skip to main content
Decart provides state-of-the-art AI models for transforming videos and images — both in realtime and as batch jobs — through a simple API.
New: Lucy 2 Realtime — Transform yourself into any character live on camera. Upload a reference image and see your movements mapped onto that character. Learn more →

Choose your path

Use this to pick the right API before you integrate:
You want to…APITypical methodBest for
Transform live camera/video in an interactive appRealtime APIclient.realtime.connect()Video chat effects, mobile apps, live experiences
Generate or edit videos asynchronouslyQueue APIclient.queue.submitAndPoll()Content pipelines, long-form jobs, backend automation
Generate or edit images synchronouslyProcess APIclient.process()Image tools, thumbnails, instant edits
If you’re unsure, start with Quickstart. It includes both realtime and batch paths.

What you can build

Quick examples

View full quickstart →

Getting started

1

Get API key

2

Install SDK

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

Build

Follow our quickstart guide or jump to the realtime models

Explore