REST API ReferenceEndpointsProjects

Get project metadata

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

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

projectIdstringRequired

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

Response

Project metadata.
projectIdstring
titlestring
aspectRatioobject

Aspect ratio as a width:height pair (e.g. 16 and 9 for 16:9). Not pixel dimensions.

statusenum

High-level project status.

createdAtdatetime
updatedAtdatetime
projectUrlstringformat: "uri"