Skip to main content

Getting started

Sign up at platform.decart.ai, then create a key in API Keys.
  • Use Realtime API for live camera/video interactions
  • Use Queue API for async video generation/editing
  • Use Process API for synchronous image generation/editing
See Getting Started Overview.
Yes. New accounts receive free credits for evaluation.

Realtime and authentication

No. Use short-lived client tokens for browser/mobile apps. See Client Tokens.
No. Expiration blocks new connections. Active realtime sessions continue until disconnected.
Most issues come from camera permissions, unsupported environment (simulators), network restrictions, or incorrect model stream constraints. See Streaming Best Practices.

Models and pricing

lucy_2_rt is realtime (interactive/live). lucy-pro-v2v is batch (async job-based editing). See Models.
Realtime and video models are billed per second, and image models are billed per generation. See Pricing.
Yes. Contact contact@decart.ai for volume discounts and custom plans.

SDKs and integration

Yes. We provide JavaScript, Python, and Swift SDKs:
Use a server-side proxy so API keys never reach the browser. See the official proxy examples in our SDK repositories.
Yes. The platform is designed for production use with usage-based pricing, API keys, client token auth for realtime, and official SDKs.