Authorizations
请使用您的 API Token 进行认证
Body
application/json
Task parameters
图片 URL 列表(必填)- 用于编辑的输入图片列表,最多10张
Required array length:
1 - 10 elementsExample:
["https://example.com/image.jpg"]提示词(必填,最大5000字符)- 图片编辑的文本提示
Maximum length:
5000Example:
"Refer to this logo and create a single visual showcase for an outdoor sports brand named 'KIE AI'."
图片分辨率(可选,默认 1K)- 最终图片分辨率(像素级别)
可用选项:
1K, 2K, 4K Example:
"1K"
图片尺寸(可选,默认 square_hd)- 生成图片的尺寸
可用选项:
square, square_hd, portrait_4_3, portrait_3_2, portrait_16_9, landscape_4_3, landscape_3_2, landscape_16_9, landscape_21_9 Example:
"square_hd"
最大图片数(可选,范围 1-6,默认1)- 单次运行生成的最大图片数量
Required range:
1 <= x <= 6Example:
1
随机种子(可选)- 用于可复现性的随机种子
Example:
42
Response
OK
Task ID
Example:
"01234567-89ab-cdef-0123-456789abcdef"