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.
Authentication
AuthorizationBearer
API key from [app.videogen.io/developers](https://app.videogen.io/developers). The full key is only shown once when you create it.
Path parameters
projectId
The project id (e.g. vg_proj_...).
Request
This endpoint expects an object.
quality
Vertical resolution tier for the rendered MP4.
Response
Export accepted.
exportId
Opaque export id. Poll GET /v1/projects/{projectId}/exports/{exportId} or subscribe to webhooks for completion.