Skip to main content
POST
Query assets

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

Query succeeded

Id
string

Asset ID.

Example:

"asset-20260528140922-d9646"

Name
string

Asset name.

Example:

"character-reference"

URL
string

Asset file URL.

Example:

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

AssetType
enum<string>

Asset type.

Available options:
Image,
Video,
Audio
Example:

"Video"

GroupId
string

Parent asset group ID.

Example:

"group-20260528140601-tp9hw"

Status
enum<string>

Asset status.

Available options:
Active,
Inactive
Example:

"Active"

ProjectName
string

Project name.

Example:

"default"

CreateTime
string

Creation time.

Example:

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

UpdateTime
string

Update time.

Example:

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