# 1. 设置 API Key(从个人中心 → API Keys 复制)
export BIZYAIR_API_KEY="your-api-key-here"
# 2. 同步调用 AI 应用,立即获得结果
curl -X POST "https://api.bizyair.ai/w/v1/webapp/task/openapi/create" \
-H "Authorization: Bearer $BIZYAIR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"web_app_id": 38214,
"suppress_preview_output": false,
"input_values": {
"84:CLIPTextEncode.text": "a futuristic cityscape at sunset, ultra detailed",
"88:KSampler.seed": 354884000907176,
"81:EmptySD3LatentImage.width": 1280,
"81:EmptySD3LatentImage.height": 1280
}
}'