Get Asset
Get a single asset detail by Id. This is a read-only operation and is not billed. Use this endpoint to poll the asynchronous CreateAsset result until Status becomes Active. Failed means preprocessing failed and the asset cannot be used for inference.
post/volc/asset/GetAsset
Request body
Example request
{
"Id": "asset-20260528140922-d9646"
}Response
Asset retrieved
Example response
{
"Id": "asset-20260528140922-d9646",
"Name": "character-reference",
"URL": "https://ark-media-asset.tos-cn-beijing.volces.com/...",
"AssetType": "Video",
"GroupId": "group-20260528140601-tp9hw",
"Status": "Active",
"ProjectName": "default",
"CreateTime": "2026-05-28T06:09:22Z",
"UpdateTime": "2026-05-28T06:09:31Z"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.