Clave API
Tu Clave API
• Mantén tu clave API segura y no la compartas públicamente
• Usa esta clave para autenticar solicitudes API a nuestro servicio
• Si se ve comprometida, contacta al soporte para regenerar tu clave
Ejemplo de Uso
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"
}'