Vidu Audio Task Status Query
Query the status and result of an audio generation task by task ID.
GET
Query Audio Task Status
Authorizations
Pass Authorization: Bearer <token> in the request header.
Path Parameters
Task ID returned by the audio creation endpoint (e.g., POST /vidu/v1/audio/text2audio or POST /vidu/v1/audio/timing2audio).
Response
Query successful, returns audio task status information.
Task processing state:
- created: Task created successfully
- queueing: Task in queue
- processing: Task processing
- success: Generation successful
- failed: Task failed
Available options:
created, queueing, processing, success, failed Error code returned in case of failure. Empty string if no error.
The number of credits consumed by this task. Unit: credits.
The payload parameter used for this call.
Whether to use BGM (background music) for this call.
Whether to use off-peak mode for this call.
Generated results array.