Browse 1632+ curated prompts for image, video, music, and audio generation. Copy a prompt into Claude Code, Codex, Cursor, Windsurf, or use the API code directly.
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
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
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
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
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
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
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.
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
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.
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
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
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
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
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
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
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
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
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.
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
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
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
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
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
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.
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
Finding and using RunAPI prompts
What are RunAPI prompts?
RunAPI prompts are curated input examples for image, video, music, and audio models. Each prompt is paired with the model slug and endpoint path so developers can copy the text into an agent or reuse it in backend calls.
Can I filter prompts by model or category?
Yes. Use the modality and category links to narrow the library, then open a model page for examples tied to one specific model slug. Each model page keeps the prompt cards, install steps, and API examples together.
Do I need an API key to browse prompts?
No. Browsing, filtering, and copying prompt text is public. You only need a RunAPI key when you ask an agent or your application to call a model and create a generation task.
How should agents use these prompts?
Install the RunAPI MCP Server in Claude Code, Codex, Cursor, or Windsurf, then paste the prompt instruction shown on the page. The agent can choose the matching RunAPI tool and send the prompt with the listed model.