PROMPTS BY MODALITY

Image Prompts — 1438 curated examples

Prompt examples tuned for Image generation workflows across RunAPI models. Filter by category, copy the prompt, or open the model-specific API code.

IM
Image
Product Photography

Premium wireless headphones in matte black, floating against

Premium wireless headphones in matte black, floating against pure white background, soft shadows, studio rim lighting, reflective surfaces catching light, minimal elegant composition, product advertising photography style, ultra high resolution

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Premium wireless headphones in matte black, floating against pure white background, soft shadows, studio rim lighting, reflective surfaces catching light, minimal elegant composition, product advertising photography style, ultra high resolution"
}
JSON
IM
Image
Product Photography

Minimalist skincare serum in a frosted glass bottle with mat

Minimalist skincare serum in a frosted glass bottle with matte black pump dispenser, centered on polished white Carrara marble surface, single large octabox light from camera left, scattered rose petals and raw quartz crystal as minimal props, white, blush pink, and black color palette, commercial beauty photography standard, shot with 100mm macro lens

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Minimalist skincare serum in a frosted glass bottle with matte black pump dispenser, centered on polished white Carrara marble surface, single large octabox light from camera left, scattered rose petals and raw quartz crystal as minimal props, white, blush pink, and black color palette, commercial beauty photography standard, shot with 100mm macro lens"
}
JSON
IM
Image
Product Photography

Macro shot of a thin gold ring with princess-cut diamond res

Macro shot of a thin gold ring with princess-cut diamond resting on the edge of a white ceramic dish, extreme close-up filling the entire frame, single fiber optic side light creating spectral diamond refractions and rainbow prismatic effects, f/8 aperture for stone clarity with soft background bokeh, gold, white, and specular highlight color palette, luxury jewelry campaign standard

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Macro shot of a thin gold ring with princess-cut diamond resting on the edge of a white ceramic dish, extreme close-up filling the entire frame, single fiber optic side light creating spectral diamond refractions and rainbow prismatic effects, f/8 aperture for stone clarity with soft background bokeh, gold, white, and specular highlight color palette, luxury jewelry campaign standard"
}
JSON
IM
Image
Product Photography

Dark glass craft beer bottle with condensation droplets, pla

Dark glass craft beer bottle with condensation droplets, placed on a weathered oak bar surface, blurred warm bar interior visible behind, dramatic rim light from behind making condensation glow, overturned bottle cap resting beside it, amber, dark oak, and brass tones, craft brewery advertising aesthetic

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Dark glass craft beer bottle with condensation droplets, placed on a weathered oak bar surface, blurred warm bar interior visible behind, dramatic rim light from behind making condensation glow, overturned bottle cap resting beside it, amber, dark oak, and brass tones, craft brewery advertising aesthetic"
}
JSON
IM
Image
Product Photography gpt-image-2

A premium product ad for a matte black wireless speaker sitt

A premium product ad for a matte black wireless speaker sitting on a concrete plinth with headline 'SOUND YOU CAN FEEL' in bold white sans-serif type on the left side. Product positioned on the right. Dramatic rim lighting from behind. Clean sharp shadow. Luxury tech campaign style. Sharp product edges visible. No fake brand logo, no watermark. 16:9 aspect ratio.

View API Code
curl -X POST https://runapi.ai/api/v1/gpt_image_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "gpt-image-2",
  "prompt": "A premium product ad for a matte black wireless speaker sitting on a concrete plinth with headline 'SOUND YOU CAN FEEL' in bold white sans-serif type on the left side. Product positioned on the right. Dramatic rim lighting from behind. Clean sharp shadow. Luxury tech campaign style. Sharp product edges visible. No fake brand logo, no watermark. 16:9 aspect ratio."
}
JSON
IM
Image
Product Photography imagen-4

Vibrant product-on-moss hero shot for an eco sneaker brand.

Vibrant product-on-moss hero shot for an eco sneaker brand. A single running shoe placed on a bed of fresh green moss, soft morning light filtering through trees above, minimal composition, forest green and cream color palette, natural outdoor product photography, 4:5 aspect ratio, no text.

View API Code
curl -X POST https://runapi.ai/api/v1/imagen_4/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "imagen-4",
  "prompt": "Vibrant product-on-moss hero shot for an eco sneaker brand. A single running shoe placed on a bed of fresh green moss, soft morning light filtering through trees above, minimal composition, forest green and cream color palette, natural outdoor product photography, 4:5 aspect ratio, no text."
}
JSON
IM
Image
Product Photography flux-2-pro-text-to-image

Product photography of a luxury stainless steel bracelet wat

Product photography of a luxury stainless steel bracelet watch positioned at a slight angle on pure white background, shot with 85mm lens at f/2.8, soft studio lighting with controlled specular highlights on the brushed metal surfaces, visible metal texture and precision craftsmanship, sharp focus, color accurate, high resolution, commercial grade product photography, 8k detail

View API Code
curl -X POST https://runapi.ai/api/v1/flux_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "flux-2-pro-text-to-image",
  "prompt": "Product photography of a luxury stainless steel bracelet watch positioned at a slight angle on pure white background, shot with 85mm lens at f/2.8, soft studio lighting with controlled specular highlights on the brushed metal surfaces, visible metal texture and precision craftsmanship, sharp focus, color accurate, high resolution, commercial grade product photography, 8k detail"
}
JSON
IM
Image
Product Photography flux-2-pro-text-to-image

Luxury product photography of a gold diamond ring displayed

Luxury product photography of a gold diamond ring displayed on a white acrylic stand, pure white background, soft key light with rim lighting creating sparkle on the diamond facets, shot with 100mm macro lens at f/5.6, extreme detail with controlled metal reflections, visible prong settings, 8k macro detail resolution, jewelry e-commerce photography

View API Code
curl -X POST https://runapi.ai/api/v1/flux_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "flux-2-pro-text-to-image",
  "prompt": "Luxury product photography of a gold diamond ring displayed on a white acrylic stand, pure white background, soft key light with rim lighting creating sparkle on the diamond facets, shot with 100mm macro lens at f/5.6, extreme detail with controlled metal reflections, visible prong settings, 8k macro detail resolution, jewelry e-commerce photography"
}
JSON
IM
Image
Product Photography

Lifestyle product photography of a modern laptop on a clean

Lifestyle product photography of a modern laptop on a clean wooden desk in a minimal workspace, natural window light from the left side, wooden desk surface with a coffee cup and small notebook as props, shallow depth of field with sharp focus on the laptop screen, professional workspace aesthetic, tech lifestyle photography

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Lifestyle product photography of a modern laptop on a clean wooden desk in a minimal workspace, natural window light from the left side, wooden desk surface with a coffee cup and small notebook as props, shallow depth of field with sharp focus on the laptop screen, professional workspace aesthetic, tech lifestyle photography"
}
JSON
IM
Image
Product Photography

Lifestyle product photography of premium skincare products a

Lifestyle product photography of premium skincare products arranged on a marble bathroom counter, natural morning light streaming through a frosted window, water droplet styling on the bottles, soft shadows, luxury bathroom aesthetic with visible product labels, elegant composition with soft focus background, high-end beauty photography

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Lifestyle product photography of premium skincare products arranged on a marble bathroom counter, natural morning light streaming through a frosted window, water droplet styling on the bottles, soft shadows, luxury bathroom aesthetic with visible product labels, elegant composition with soft focus background, high-end beauty photography"
}
JSON
IM
Image
Product Photography flux-2-pro-text-to-image

Create a top-down flat lay of a curated collection: a closed

Create a top-down flat lay of a curated collection: a closed hardcover book with a linen cover, a ceramic pour-over coffee dripper with a glass carafe, a small succulent in a concrete pot, and a pair of round wire-frame reading glasses. All items arranged on a clean warm white marble surface. Soft even overhead lighting, no harsh shadows, each item's texture clearly visible. Minimalist editorial styling, warm neutral tones. 1:1 aspect ratio.

View API Code
curl -X POST https://runapi.ai/api/v1/flux_2/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "model": "flux-2-pro-text-to-image",
  "prompt": "Create a top-down flat lay of a curated collection: a closed hardcover book with a linen cover, a ceramic pour-over coffee dripper with a glass carafe, a small succulent in a concrete pot, and a pair of round wire-frame reading glasses. All items arranged on a clean warm white marble surface. Soft even overhead lighting, no harsh shadows, each item's texture clearly visible. Minimalist editorial styling, warm neutral tones. 1:1 aspect ratio."
}
JSON
IM
Image
Product Photography

Matte black wireless over-ear headphones suspended against a

Matte black wireless over-ear headphones suspended against a pure white background, slightly elevated three-quarter viewing angle, dramatic single directional spotlight from directly above creating sharp highlights on the headband curve and ear cup edges, floating in expansive white negative space with no visible surface, technical product precision, shot with medium format 120mm lens

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Matte black wireless over-ear headphones suspended against a pure white background, slightly elevated three-quarter viewing angle, dramatic single directional spotlight from directly above creating sharp highlights on the headband curve and ear cup edges, floating in expansive white negative space with no visible surface, technical product precision, shot with medium format 120mm lens"
}
JSON
IM
Image
Product Photography

Leather-wrapped hardcover journal open on a concrete café ta

Leather-wrapped hardcover journal open on a concrete café table beside a black espresso cup, morning window light streaming from behind, a hand with a simple gold ring entering the frame from the left holding a pen above the blank page, shallow depth of field, warm concrete, black espresso, tan leather, and pale morning light color palette, aspirational lifestyle product photography

View API Code
curl -X POST https://runapi.ai/api/v1/runapi/text_to_image \
  -H "Authorization: Bearer $RUNAPI_KEY" \
  -H "Content-Type: application/json" \
  --data-binary @- <<'JSON'
{
  "prompt": "Leather-wrapped hardcover journal open on a concrete café table beside a black espresso cup, morning window light streaming from behind, a hand with a simple gold ring entering the frame from the left holding a pen above the blank page, shallow depth of field, warm concrete, black espresso, tan leather, and pale morning light color palette, aspirational lifestyle product photography"
}
JSON
IM
Image
Product Photography flux-kontext-pro

Change the background to a tropical beach at sunset while ke

Change the background to a tropical beach at sunset while keeping the person in the exact same position, scale, and camera angle. Maintain the exact same facial features, clothing, and body pose. The beach should have warm golden sand, gentle turquoise waves, and a vibrant orange-pink sunset sky. Match the lighting direction to the new environment.

View API Code
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-pro",
  "prompt": "Change the background to a tropical beach at sunset while keeping the person in the exact same position, scale, and camera angle. Maintain the exact same facial features, clothing, and body pose. The beach should have warm golden sand, gentle turquoise waves, and a vibrant orange-pink sunset sky. Match the lighting direction to the new environment."
}
JSON
FAQ

Working with Image prompts

What makes a good %{model} prompt?

A useful %{model} prompt names the subject, style, constraints, and output intent clearly. The examples here are short enough to copy, but specific enough for an agent or backend job to preserve the generation goal.

Can I reuse these prompts across models?

Often, yes. Start with a prompt in this modality, then adjust model-specific fields such as aspect ratio, duration, voice settings, or style controls. The detail page shows any saved parameters next to the prompt text.

Where do I find the right model slug?

Every card shows the RunAPI model slug. Open the model page when you want only examples for one model, or follow the model catalog link for pricing and capability details before making a request.

Can agents call these prompts directly?

Yes. After installing the RunAPI MCP Server, paste the agent instruction from a prompt detail page. The page keeps the prompt text, model slug, and endpoint path together so the agent has enough context.