Skip to main content
GET
Query Volcengine-format video task

Authorizations

Authorization
string
header
required

Pass the API Key obtained from AiToEarn. Go to the "API Key Tutorial". Example: Bearer xxx.

Path Parameters

taskId
string
required

Task ID returned by the Volcengine-format create video generation task endpoint.

Response

200 - application/json

Native Volcengine-format response, not wrapped in the AiToEarn common response envelope.

id
string
required

Task ID

model
string
required

Model name

status
string
required

Task status

created_at
number
required

creation time

updated_at
number
required

Update time

error
object | null

error message

content
object

video content

seed
number

seed value

resolution
string

resolution

ratio
string

aspect ratio

duration
number

duration

framespersecond
number

Frame rate

usage
object

Usage statistics

generate_audio
boolean

Whether synchronized audio is included.

tools
object[]

Tools actually used by the model for this request.

safety_identifier
string

End-user identifier, echoed as provided.

priority
number

Task execution priority.

execution_expires_after
number

Task timeout threshold in seconds.