Skip to main content
POST
Query Asset

Query Asset

Query asset processing progress and details based on the task_id returned by Upload Asset.

Method and Path

Request Example

Response Example

Authentication

Body

task_id
string
required
The task ID returned when uploading the asset.

Response

data.Id
string
Asset ID.
data.Name
string
Asset name.
data.URL
string
Asset URL.
data.AssetType
string
Asset type: Image, Video, Audio.
data.GroupId
string
ID of the asset group it belongs to.
data.Status
string
Asset status: Processing (processing), Active (available for video generation), Failed (failed).
data.Error
string | null
Error message when the asset fails.