POST
/
api
/
clip-projects
/
{projectId}
/
update-visibility

πŸ‘†Use above tools to generate API request code snippets.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectId
string
required

Body

application/json
visibility
enum<string>
required

The visibility of the project. DEFAULT: Team members can open, edit and export the project. PUBLIC: Anyone can open, edit and export the project.

Available options:
DEFAULT,
PUBLIC

Response

200 - application/json
cluster
string
required

The cluster on which the project is running.

clusterJobId
string
required

The unique identifier of the cluster job processing the project.

createdAt
string
required

The date and time when the project was created.

id
string
required

The unique identifier of the project.

isDeleted
boolean
required

Indicates whether the project is deleted.

isPurged
boolean
required

Indicates whether the project is purged.

labels
string[]
required

Labels associated with the project.

orgId
string
required

The unique identifier of the organization.

permissions
string[]
required

Permissions associated with the project.

productTier
string
required

The product tier of the project.

projectId
string
required

The unique identifier of the project.

promptRecommendations
string[]
required

Recommendations for project prompts.

sourceId
string
required

The unique identifier for the video on the source platform.

sourcePlatform
enum<string>
required

The platform from which the video is sourced.

Available options:
YOUTUBE,
UPLOADED,
YTDLP_LINK,
GDRIVE,
ZOOM,
STREAM_YARD
stage
enum<string>
required

The current stage of the project.

Available options:
PENDING,
QUEUED,
IMPORT,
CURATE,
REFINE,
RENDER,
UPLOAD,
COMPLETE,
STALLED
storageExpireAt
string
required

The expiration date of the project storage.

storageSize
number
required

The total size of the project in bytes.

storageStatus
string
required

The storage status of the project.

updatedAt
string
required

The date and time when the project was last updated.

userId
string
required

The unique identifier of the user.

visibility
enum<string>
required

The visibility of the project.

Available options:
DEFAULT,
PUBLIC,
PUBLIC_VIEW
curationPref
object

Preferences for advanced curation of the video.

error
string

Error message, if any.

importPref
object

Preferences for importing the video, such as source language.

refundStatus
string

The refund status of the project.

renderPref
object

Preferences for rendering the video, including layout and overlay options.

sourceUri
string

The URI of the source video.

stallCount
number

The number of times the project has stalled.

workerUrl
string

The URL of the worker processing the project.

Was this page helpful?