Introduction
TheGET /api/clip-projects/{projectId}/update-visibility endpoint allows you to share a project with other users by updating the project’s visibility settings.
You can set the visibility of the project to PUBLIC to allow any users to view, edit and export the project.
Request Parameters
projectId(required): The unique identifier of the project.
Request Body
visibility(required): The visibility setting for the project. Must be one ofDEFAULTorPUBLIC.
Example
Ensure you replace 
API_KEY and PROJECT_ID with your actual values.Playground
Generate Code Snippet
Use this code generator to easily create code snippets.
Response Schema
API Response Schema
For more details of response, please refer to the API response schema.