请求头
枚举值:
application/jsonBearer 身份验证格式: Bearer {{API 密钥}}。
请求体
正向提示用于图像生成。
响应参数
生成图像的 URL 列表。
curl --request POST \
--url https://api.jiekou.ai/v3/gemini-2.5-flash-image-text-to-image \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>"
}
'{
"image_urls": [
"<string>"
]
}curl --request POST \
--url https://api.jiekou.ai/v3/gemini-2.5-flash-image-text-to-image \
--header 'Authorization: <authorization>' \
--header 'Content-Type: <content-type>' \
--data '
{
"prompt": "<string>"
}
'{
"image_urls": [
"<string>"
]
}application/json