Skip to main content
This guide explains how to create a new project using the BlendDuck SDK.

Usage

To create a new project, you’ll use the projects.create() method of the BlendDuck client.
When creating a new project, there is at least one Clip in the Project.

Error Handling

If there’s an issue with creating the project or with the API request, the method will throw an error. It’s good practice to wrap the call in a try-catch block to handle any potential errors gracefully.