Skip to main content
POST
/
volc
/
asset
/
GetAsset
Get Asset
curl --request POST \
  --url https://www.anyfast.ai/volc/asset/GetAsset \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "Id": "asset-20260528140922-d9646"
}
'
{
  "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"
}

Documentation Index

Fetch the complete documentation index at: https://docs.anyfast.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
Id
string
required

Asset ID to query.

Example:

"asset-20260528140922-d9646"

Response

Asset retrieved

Id
string
Example:

"asset-20260528140922-d9646"

Name
string
Example:

"character-reference"

URL
string

Asset file URL.

Example:

"https://ark-media-asset.tos-cn-beijing.volces.com/..."

AssetType
enum<string>
Available options:
Image,
Video,
Audio
Example:

"Video"

GroupId
string
Example:

"group-20260528140601-tp9hw"

Status
enum<string>
Available options:
Active,
Inactive
Example:

"Active"

ProjectName
string
Example:

"default"

CreateTime
string
Example:

"2026-05-28T06:09:22Z"

UpdateTime
string
Example:

"2026-05-28T06:09:31Z"