Skip to main content
BlendDuck helps users create high-quality videos by easily combining text, images, video clips, Lottie animations, and custom widgets. Projects in BlendDuck are made up of multiple clips, and each clip can include different elements and animations. You can also set a global theme to keep your project’s style consistent. This guide will help you get started with BlendDuck quickly. We’ll cover how to install the SDK, authenticate, and create your first video project.

Step 1: Install the SDK

First, install the BlendDuck Node.js SDK using npm:

Step 2: Set Up Authentication

To use the BlendDuck SDK, you’ll need an API key. If you haven’t already, sign up for a BlendDuck account and generate an API key in your account settings. Once you have your API key, you can set it up in your project:
SDK Keys are secrets. Do not expose them.

Step 3: Create Your First Project

Now, let’s create a simple video project with a single clip and a text element:
This script creates a new project with a single 5-second clip containing animated text.

Next Steps

Congratulations! You’ve created your first BlendDuck project. From here, you can dive into the project schema or create more complicated videos. Happy video creating!

Project Schema

Dive into the project schema

SDK Features

Explore the SDK features

Widget Reference

Use ready-made widgets out of box or make your owns

API Reference

Create video by REST API using any language