API 金鑰
您的 API 金鑰
• 請妥善保管您的 API 金鑰,切勿公開分享
• 使用此金鑰來驗證對我們服務的 API 請求
• 若金鑰外洩,請聯絡支援團隊以重新生成您的金鑰
使用範例
curl -X POST "https://oai.bestimage.ai/api/v1/image/task" \
-H "Authorization: $API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model_name": "flux-context-max",
"prompt": "A beautiful sunset over mountains",
"image_url_list": ["https://example.com/image1.jpg", "https://example.com/image2.jpg"],
"width": "16",
"height": "9"
}'