Projects

Get project metadata

Returns a simplified view of a project including its title, aspect ratio, status, and URL.

get/v1/projects/{projectId}

Path parameters

projectIdstring required

The project id (e.g. vg_proj_...).

Response

Project metadata.

projectIdstring required

Opaque project id (e.g. vg_proj_...).

assistantIdstring nullable required

Opaque id of this project's assistant conversation (e.g. vg_asst_...). Use with the Assistant API to send follow-up messages or list the assistant's prior messages for this project. null for older projects created before assistant chats were attached at creation time.

titlestring required
status'generating' | 'ready' required

High-level project status.

createdAtinteger required

Seconds since epoch (Unix timestamp) when the project was created.

updatedAtinteger required

Seconds since epoch (Unix timestamp) when the project was last updated.

projectUrlstring uri required

Deep link to open this project in the VideoGen web editor. Not required for an API-only integration: store projectId and use the Projects API (export, remix, metadata). Use projectUrl when a person should open the project in the app to review or edit it manually. The project is visible only to members of your team and any project collaborators, the same access model as a project created in the dashboard.

Changes

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