Skip to main content
GET
Query image generation task status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string
required

The sub-image task ID returned by the submit endpoint (one element from the task_ids array).

Response

200 - application/json

Query result returned.

code
integer
required

Business status code. 0 indicates success; non-zero indicates an error.

msg
string
required

Status message. ok on success; error description on failure.

data
object

Business data payload. Omitted or null on error responses.