Authorizations
请使用您的 API Token 进行认证
Body
application/json
Task parameters
图片 URL 列表(必填)- 用于编辑的输入图片列表,最多10张
Required array length:
1 - 10 elementsExample:
[
"https://storage.googleapis.com/falserverless/example_inputs/nano-banana-edit-input.png"
]提示词(必填,最大5000字符)- 图片编辑的文本描述
Maximum length:
5000Example:
"turn this photo into a character figure. Behind it, place a box with the character's image printed on it"
回调地址(可选)- 任务完成通知的回调 URL
Example:
"https://example.com/callback"
图片尺寸(可选,默认 1:1)- 图片宽高比
可用选项:
1:1, 9:16, 16:9, 3:4, 4:3, 3:2, 2:3, 5:4, 4:5, 21:9, auto Example:
"1:1"
输出格式(可选)- 图片输出格式
可用选项:
png, jpeg Example:
"png"
Response
OK
Task ID
Example:
"01234567-89ab-cdef-0123-456789abcdef"