1. Seedream
liangxin
  • Market
  • Image Models
    • Seedream
      • Seedream4.5 - Text to Image
        POST
      • Seedream5.0 Lite - Text to Image
        POST
    • Z-image
      • Z-Image
    • Google
      • Google - Gemini 2.5 Flash Image Preview
      • Google - Nano Banana Pro
      • Google - Nano Banana Pro Flash
      • Google - imagen4-fast
      • Google - imagen4-ultra
    • Flux-2
      • Flux-2 - Pro Text to Image
  • Get Task Details
    GET
  • Schemas
    • CreateTaskRequest
    • ModelName
    • KieTaskInput
    • CreateTaskResponse
    • RecordInfoResponse
    • TaskRecord
    • TaskState
    • ErrorResponse
  1. Seedream

Seedream4.5 - Text to Image

POST
/api/v1/jobs/createTask
Create a Seedream 4.5 text-to-image task.

Query Task Status#

Use GET /api/v1/jobs/recordInfo?taskId=... to retrieve progress and final results.
For production usage, provide callBackUrl so LiangXin can notify your server when generation completes.

Request

Header Params

Body Params application/json

Examples

Responses

🟢200200 - Task accepted
text/plain
Request Request Example
Shell
JavaScript
Java
Swift
cURL
curl --location --request POST '/api/v1/jobs/createTask' \
--header 'Content-Type: application/json' \
--data-raw '{
  "model": "seedream-v4-5",
  "callBackUrl": "https://your-domain.com/api/callback",
  "input": {
    "prompt": "A cinematic product photo of a premium tea bottle on a stone table, natural morning light",
    "aspect_ratio": "widescreen_16_9"
  }
}'
Response Response Example
{
  "code": 200,
  "msg": "success",
  "data": {
    "taskId": "task_seedream-v4-5_1777600000000"
  }
}
Modified at 2026-05-01 05:04:41
Next
Seedream5.0 Lite - Text to Image
Built with