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

quality'STANDARD' | 'HIGH' | 'FULL_HIGH' | 'ULTRA_HIGH'

Vertical resolution tier for the rendered MP4.

watermarkMode'NONE' | 'VIDEO_GEN' | 'AUTO'

Controls whether the VideoGen watermark is applied to the output. AUTO applies the watermark unless you have a Pro plan. VIDEO_GEN always applies it. NONE removes the watermark (requires Pro; returns an error if you don't have it).

endScreenMode'NONE' | 'VIDEO_GEN' | 'AUTO'

Controls whether a short 'Made with VideoGen' end screen is appended to the output. AUTO appends it unless you have a Pro plan. VIDEO_GEN always appends it. NONE removes it (requires Pro; returns an error if you don't have it).

Response

Export accepted.

exportIdstring required

Opaque export id (e.g. vg_expo_...). Poll GET /v1/projects/{projectId}/exports/{exportId} or subscribe to webhooks for completion.

Changes

No recorded changes to this endpoint across all 1 revision of this API.