Quick start
curl -X POST https://your-domain.com/v1/generate \
-H "Authorization: Bearer pbg_your_key" \
-H "Content-Type: application/json" \
-H "Idempotency-Key: order-001" \
-d '{
"family": "gemini-flash",
"prompt": "A quiet bookstore at dusk",
"aspect_ratio": "16:9",
"image_size": "2K"
}'POST
/v1/generate提交异步图片任务
GET
/v1/tasks/{task_id}查询任务状态
GET
/v1/tasks/{task_id}/file鉴权下载结果
GET
/v1/models查看可用模型与价格