/
SY
sync
/
sync.api-v2
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 20h ago · Updated 2d ago
Details
Filter operations
Assets
6
Batch
3
Errors
1
Generate
4
Generation Health
1
Generations
3
Healthcheck
1
Models
1
Organizations
1
Projects
7
get
List projects
post
Create a project
post
Attach an asset to a project
delete
Detach an asset from a project
get
Get a project by ID
delete
Delete a project
patch
Update a project
Text-to-Speech
1
Voices
4
Projects
Get a project by ID
get
/v2/projects/{id}
Path parameters
id
string
required
Project ID (UUID)
Response
Project details
ProjectDto
required
id
string
required
createdAt
string
date-time
required
updatedAt
string
date-time
required
organizationId
string
required
userId
string
nullable
required
name
string
nullable
required
description
string
nullable
required
visibility
'USER'
|
'ORGANIZATION'
required
deletedAt
string
date-time
nullable
required
mode
'CREATOR'
|
'DEVELOPER'
required
defaultWorkflow
'lipsync'
|
'translate_and_dub'
|
'change_appearance'
|
'image_to_video'
|
'edit_dialogue'
|
'assistant'
|
'timeline'
|
'null'
nullable
generations
object[]
required
generationPresets
object[]
required
Changes