Load a shared project back into the session
load_projectContinue working on a shared Clipkit project by loading it via its share ID or editor URL. Pass an existing project ID to load into that project, or omit it to create a new one.
Instructions
Import a previously shared project as the current project, by its share id or its editor URL (e.g. https://clipkit.dev/editor?id=…), returning its project_id. Use this to continue working on a project the user opened in the editor or shared earlier — the round-trip for open_in_editor. Pass an existing project_id to load into that project; omit it to load into a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id_or_url | Yes | A share id, or a clipkit.dev/editor?id=… URL. | |
| project_id | No | Which project to act on — the id returned by create_project / set_project / create_promo / load_project. Omit when working on a single local project. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | No | ||
| height | No | ||
| duration | No | ||
| project_id | Yes | ||
| element_count | Yes |