Z Image Turbo
Image
Z Image Turbo
POST
Z Image Turbo
This is an async API that only returns the async task_id. Use the task_id to call the Get Async Task Result API to retrieve the generated result.
Request Headers
Enum:
application/jsonBearer authentication format: Bearer {{API Key}}.
Request Body
Random seed for generation. -1 means random seed. Range: -1 to 2147483647.Range: [-1, 2147483647]
Output image pixel dimensions (width*height). Each dimension ranges from 256 to 1536 pixels.
Positive prompt for generation.
If enabled, the output will be encoded as a BASE64 string instead of a URL. This property is only available via API.
Response
Use the task_id to call the Get Async Task Result API to retrieve the generated output.