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
Number of Unicode code points in the text. Code-point-aware (so a non-BMP emoji counts as 1) but not full grapheme-cluster aware (a ZWJ sequence still counts as several).
classification: Optional[Literal["effect", "interview", "music", 5 more]]Classification of the audio
Classification of the audio
True when preview holds the entire content unmodified — consumers can
use it directly without fetching asset.url. False or undefined means
the content exceeds the preview budget and consumers must fetch the
full body from S3 to read past the preview.
Leading slice of the content used for inline UI display and as a search shortcut. Capped at TEXT_PREVIEW_MAX_BYTES (UTF-8) and always cut on a code-point boundary so no character is split. Number of characters in the preview varies by script (around 1024 for ASCII, ~340 for CJK, ~256 for emoji-heavy text at the default 1 KB budget).
source: Literal["3d23d", "3d23d:texture", "3d:texture", 76 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
Number of Unicode code points in the text. Code-point-aware (so a non-BMP emoji counts as 1) but not full grapheme-cluster aware (a ZWJ sequence still counts as several).
classification: Optional[Literal["effect", "interview", "music", 5 more]]Classification of the audio
Classification of the audio
True when preview holds the entire content unmodified — consumers can
use it directly without fetching asset.url. False or undefined means
the content exceeds the preview budget and consumers must fetch the
full body from S3 to read past the preview.
Leading slice of the content used for inline UI display and as a search shortcut. Capped at TEXT_PREVIEW_MAX_BYTES (UTF-8) and always cut on a code-point boundary so no character is split. Number of characters in the preview varies by script (around 1024 for ASCII, ~340 for CJK, ~256 for emoji-heavy text at the default 1 KB budget).
source: Literal["3d23d", "3d23d:texture", "3d:texture", 76 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.