Render the current project to an MP4 in the cloud
render_videoValidate a Clipkit project and render it to an MP4 on Clipkit's servers, returning a downloadable URL. This paid operation consumes render credits.
Instructions
Validate the current Clipkit project and render it to a finished MP4 on Clipkit's servers, returning a downloadable URL. This is the paid path — it consumes render credits and requires CLIPKIT_API_KEY to be configured. Use open_in_editor instead to just open the project in the editor for free. Rendering is synchronous and may take a while for long or high-resolution videos.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| resolution | No | Output resolution. Defaults to the source dimensions. Higher resolutions cost more credits. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| credits | Yes | ||
| download_url | Yes | ||
| duration_seconds | Yes |