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 optional isBuiltIn. It is true for catalog entities and false for entities you create. Built-in entities cannot be updated, archived, or given references.

Changed

  • List and get include the catalog: GET /v1/entities returns built-in actors, products, visual styles, and slideshow themes first, then your team’s entities. Filter with entityType when 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/remove return 400 invalid_parameters for catalog entities.