v2.0.21 — Built-in catalog entities on the Entities API
GET /v1/entities and GET /v1/entities/{entityId} now include VideoGen’s built-in catalog (stock actors, products, visual styles, and slideshow themes) alongside your team’s entities.
Added
isBuiltIn: Entity responses include optionalisBuiltIn. It istruefor catalog entities andfalsefor entities you create. Built-in entities cannot be updated, archived, or given references.
Changed
- List and get include the catalog:
GET /v1/entitiesreturns built-in actors, products, visual styles, and slideshow themes first, then your team’s entities. Filter withentityTypewhen you only need one kind.GET /v1/entities/{entityId}also returns built-in catalog rows. - Built-in entities are read-only:
POST /v1/entities/{entityId}/update,/archive,/references, and/references/removereturn400invalid_parametersfor catalog entities.