本文档由 云音工坊 自动生成,如有疑问,请联系客服微信:yuntts !
curl --location 'https://www.yuntts.com/api/v1/gemini-image/task-status' \
--header 'Authorization: Bearer {{YOUR_API_KEY}}' \
--header 'Content-Type: application/json' \
--data '{
"task_id": "string"
}'{
"code": 0,
"message": "获取成功",
"data": {
"task_id": "gm31_679f1b2c3d4e5_1719293400",
"status": "processing",
"progress": 55,
"status_msg": "正在生成图片",
"image_size": "1K",
"aspect_ratio": "1:1",
"x_channel": "gemini_31_t2i",
"points": 0.58,
"created_at": "2026-06-25 14:30:00",
"updated_at": "2026-06-25 14:30:15"
}
}