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"
}'