Skip to main content
GET

Authorizations

string
required
All API endpoints require Bearer Token authenticationGet your API Key:Visit the API Key Management Page to get your API KeyAdd it to the request header:

Path parameters

string
required
Task ID returned by the generation API

Query parameters

string
Language for response content, supports the following values:
  • zh - Chinese
  • en - English
  • ko - Korean
  • ja - Japanese
Defaults to English

Response

string
Unique task identifier
string
Task status values:
  • pending - Queued for processing
  • processing - In progress
  • completed - Finished successfully
  • failed - Failed
  • cancelled - Cancelled by user
number
Cost charged for this task
number
Credits charged for this task
integer
Task progress percentage (0–100)
object
Task result, returned only when status is completed
integer
Task creation timestamp
integer
Task completion timestamp (only present when completed)
integer
Estimated completion time in seconds
integer
Actual completion time in seconds (only present when completed)
object
Error details (only present when status is failed)