Installation
Quick Start
- Browser
- Node.js
What can you build?
The SDK provides two main APIs for different use cases:Process API
Generate and transform videos and images on-demand
Realtime API
Transform video streams in realtime with WebRTC
Client Setup
Both APIs share the same client initialization:apiKey
(required) - Your Decart API key from the platformbaseUrl
(optional) - Custom API endpoint (defaults to Decart’s production API)
Store your API key in environment variables. Never commit API keys to version control.