E-commerce product photo — wireless earbuds
Professional product photography of matte black wireless earbuds resting on a smooth white marble surface. One earbud lies flat, the other stands upright in its open charging case. Soft directional lighting from the upper left creates gentle shadows. The background is a seamless gradient from warm off-white to light gray. Shot at f/2.8, shallow depth of field with the standing earbud in sharp focus. Clean, editorial style suitable for a product listing hero image.
查看 API 代码
curl -X POST https://runapi.ai/api/v1/flux_kontext/text_to_image \
-H "Authorization: Bearer $RUNAPI_KEY" \
-H "Content-Type: application/json" \
--data-binary @- <<'JSON'
{
"model": "flux-kontext-max",
"prompt": "Professional product photography of matte black wireless earbuds resting on a smooth white marble surface. One earbud lies flat, the other stands upright in its open charging case. Soft directional lighting from the upper left creates gentle shadows. The background is a seamless gradient from warm off-white to light gray. Shot at f/2.8, shallow depth of field with the standing earbud in sharp focus. Clean, editorial style suitable for a product listing hero image."
}
JSON