Description
Retrieve
Update
ModelsExpand Collapse
class DescriptionRetrieveResponse: …
description: Description
assets: List[DescriptionAsset]The list of assets referenced by the Markdown {asset} tag in the description.
The list of assets referenced by the Markdown {asset} tag in the description.
The owner (project) ID (example: “proj_23tlk332lkht3kl2” or “team_dlkhgs23tlk3hlkth32lkht3kl2” for old teams)
properties: DescriptionAssetPropertiesThe properties of the asset, content may depend on the kind of asset returned
The properties of the asset, content may depend on the kind of asset returned
source: Literal["3d23d", "3d23d:texture", "3d:texture", 72 more]source of the asset
source of the asset
The original file url.
Contains the url of the original file. without any conversion. Only available for some specific video, audio and threeD assets. Is only specified if the given asset data has been replaced with a new file during the creation of the asset.
models: List[DescriptionModel]The list of models referenced by the Markdown {model} tag in the description.
The list of models referenced by the Markdown {model} tag in the description.
class DescriptionUpdateResponse: …
description: Description
assets: List[DescriptionAsset]The list of assets referenced by the Markdown {asset} tag in the description.
The list of assets referenced by the Markdown {asset} tag in the description.
The owner (project) ID (example: “proj_23tlk332lkht3kl2” or “team_dlkhgs23tlk3hlkth32lkht3kl2” for old teams)
properties: DescriptionAssetPropertiesThe properties of the asset, content may depend on the kind of asset returned
The properties of the asset, content may depend on the kind of asset returned
source: Literal["3d23d", "3d23d:texture", "3d:texture", 72 more]source of the asset
source of the asset
The original file url.
Contains the url of the original file. without any conversion. Only available for some specific video, audio and threeD assets. Is only specified if the given asset data has been replaced with a new file during the creation of the asset.
models: List[DescriptionModel]The list of models referenced by the Markdown {model} tag in the description.
The list of models referenced by the Markdown {model} tag in the description.