patch https://api.synthesia.io/v2/videos/
You can use the Update a video endpoint to make the video public and accessible via the share page or update its title and description.
JSON Params | Description |
---|---|
title | Type: String Title of the video to be shown on the share page. |
description | Type: String Description of the video to be shown on the share page. |
ctaSettings | Type: Object Settings for a call-to-action button. |
ctaSettings.label | Type: String Label for a call-to-action button. |
ctaSettings.url | Type: String URL to navigate to, when the call-to-action button is triggered. |
visibility | Type: String Possible values: private , public Default: private Public videos will be visible to anyone with a share URL: https://share.synthesia.io/{VIDEO_ID}. Private videos can only be downloaded via a time-limited download link. See Retrieve a video for details. Visibility can be changed also once the video is created via Update a video. |