Projects
Export a project as MP4
Starts an export of a project to MP4. Returns immediately with an export id; the file becomes available when the export task completes. Exporting requires a paid plan in the app, but the API lets you export for free with a VideoGen watermark and a short 'Made with VideoGen' end screen appended to the video. A Pro plan lets you remove both by setting watermarkMode and endScreenMode to NONE.
post/v1/projects/{projectId}/export
Path parameters
projectIdstring required
The project id (e.g. vg_proj_...).
Request body
Response
Export accepted.
Changes
No recorded changes to this endpoint across all 1 revision of this API.