Skip to main content
Version: 2.0.0

Description

A project is a collection of clips. You can use projects to organize and manage all of your clips related to your workflow such as editing and dubbing a video using your own voice clone, building a library of voice clips for non-player characters in a video game, and more.

Resource

A project resource conforms to the following interface.

interface Project {
uuid: string
name: string
description: string
is_public: boolean
is_collaborative: boolean
is_archived: boolean
created_at: datetime
updated_at: datetime
}