PROMPT LIBRARY

AI Prompts for RunAPI models

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.

CATEGORIES All categories 1980s abstract Abstract and Artistic acid house acoustic soul Afrobeats Afro-trap alternative rock alt-rock amapiano ambience ambient ambient electronic anime opening architecture Architecture and Interior audiobook background-removal Balkan baroque pop bebop bedroom bedroom pop Berlin school bluegrass Bollywood boom bap bossa nova bossa-nova Brazilian phonk build-up camera_motion Celtic folk character-design character_voice chiptune cinematic cinematic boom cinematic piano cinematic R&B cinematic whoosh city-pop cityscape coffee shop comedy commercial dark ambient dark cinematic deep house dialogue digital glitch documentary doom metal double-exposure dream pop drift phonk drone ambient edit electro-pop explainer fantasy fashion Fashion Photography folk food Food & Drink Food Photography forest funk funk-pop game-art garage rock gospel soul gqom gregorian chorale grunge hip-hop horror illustration Illustration & 3D Illustration and 2D Art indie folk indie-pop indie rock indie surf rock infographic jazz-funk K-pop landscape Landscape and Nature lifestyle lo-fi lo-fi hip-hop lo-fi jazz logo Logo and Brand Design macro math rock mechanical meditation melodic house melodic trap Memphis phonk metalcore Minimalist and Modern minimal techno modern country modern pop modern R&B multilingual narration nature neo-soul notification orchestral outro parameterized metatags pentatonic scale Photography podcast pop pop ballad portrait Portrait Photography Poster and Graphic Design Poster Design post-punk post-rock product Product & Brand product_demo Product Photography progressive house psychedelic funk psychedelic rock R&B reggae reggaeton remix rnb Scandinavian folk sci-fi Sci-Fi and Concept Art shoegaze slow R&B social-media soul-gospel sound-effect Sufi synth-pop synthwave timelapse trap tropical house typography UI & Graphic ui-mockup UI/UX Mockups UK drill upscale urban vaporwave verse-chorus structure vintage Vintage and Retro vocal jazz warehouse techno worship
IM
Image
Architecture and Interior

Modern minimalist house with floor-to-ceiling glass walls, c

Modern minimalist house with floor-to-ceiling glass walls, cantilevered concrete structure, surrounded by dense forest, warm interior lighting contrasting against blue hour exterior sky, infinity pool in foreground with perfect reflections, tilt-shift lens effect, photorealistic architectural visualization

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": "Modern minimalist house with floor-to-ceiling glass walls, cantilevered concrete structure, surrounded by dense forest, warm interior lighting contrasting against blue hour exterior sky, infinity pool in foreground with perfect reflections, tilt-shift lens effect, photorealistic architectural visualization"
}
JSON
IM
Image
Architecture and Interior

Japandi living room interior, low bleached oak furniture, la

Japandi living room interior, low bleached oak furniture, large linen sofa in off-white and warm grey, handmade ceramic table lamp, polished pale wood floor, full-height sliding glass doors opening to a minimalist gravel garden, very minimal decoration, white, warm grey, pale wood, and deep charcoal color palette, shot with 24mm tilt-shift 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": "Japandi living room interior, low bleached oak furniture, large linen sofa in off-white and warm grey, handmade ceramic table lamp, polished pale wood floor, full-height sliding glass doors opening to a minimalist gravel garden, very minimal decoration, white, warm grey, pale wood, and deep charcoal color palette, shot with 24mm tilt-shift lens"
}
JSON
IM
Image
Architecture and Interior

Aerial view of a near-future city at dawn, dense mixed-use t

Aerial view of a near-future city at dawn, dense mixed-use towers with full-height vertical garden terraces, elevated mid-level pedestrian walkways between buildings, car-free ground level with lush tree canopy, wide river reflecting pink and gold sunrise sky, pale concrete, glass, and abundant green, atmospheric morning haze, architectural concept rendering

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": "Aerial view of a near-future city at dawn, dense mixed-use towers with full-height vertical garden terraces, elevated mid-level pedestrian walkways between buildings, car-free ground level with lush tree canopy, wide river reflecting pink and gold sunrise sky, pale concrete, glass, and abundant green, atmospheric morning haze, architectural concept rendering"
}
JSON
IM
Image
Architecture and Interior flux-2-pro-text-to-image

Photorealistic interior photograph of a Scandinavian living

Photorealistic interior photograph of a Scandinavian living room with double-height ceilings and floor-to-ceiling windows overlooking a pine forest. Light oak flooring, a cream boucle sofa with linen cushions, a round walnut coffee table, and a single dried eucalyptus stem in a ceramic vase. Late afternoon golden hour light casting long soft shadows across the floor. Like an architectural magazine editorial.

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": "Photorealistic interior photograph of a Scandinavian living room with double-height ceilings and floor-to-ceiling windows overlooking a pine forest. Light oak flooring, a cream boucle sofa with linen cushions, a round walnut coffee table, and a single dried eucalyptus stem in a ceramic vase. Late afternoon golden hour light casting long soft shadows across the floor. Like an architectural magazine editorial."
}
JSON
IM
Image
Architecture and Interior flux-2-pro-text-to-image

Interior photograph of a luxury kitchen with floor-to-ceilin

Interior photograph of a luxury kitchen with floor-to-ceiling dark green marble slab backsplash, matte black cabinetry with integrated handles, and a waterfall-edge marble island. Brass pendant lights hang above the island casting warm pools of light. The countertop has a single cutting board with fresh lemons. Moody, dramatic lighting — like an architectural magazine editorial.

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": "Interior photograph of a luxury kitchen with floor-to-ceiling dark green marble slab backsplash, matte black cabinetry with integrated handles, and a waterfall-edge marble island. Brass pendant lights hang above the island casting warm pools of light. The countertop has a single cutting board with fresh lemons. Moody, dramatic lighting — like an architectural magazine editorial."
}
JSON
IM
Image
Architecture and Interior

A net-zero university building with an exposed mass timber s

A net-zero university building with an exposed mass timber structure and a living green wall system covering the south facade, visible rainwater collection channels integrated into the reclaimed brick exterior, clear sunny day, architectural photography with precise straight lines, shot from pedestrian eye level showing the full building

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": "A net-zero university building with an exposed mass timber structure and a living green wall system covering the south facade, visible rainwater collection channels integrated into the reclaimed brick exterior, clear sunny day, architectural photography with precise straight lines, shot from pedestrian eye level showing the full building"
}
JSON
IM
Image
Architecture and Interior

Contemporary community library exterior, single-story buildi

Contemporary community library exterior, single-story building with a folded weathered Corten steel roof creating angular geometric forms, full-height glazing facing a public garden, concrete and vertical timber cladding on solid walls, covered outdoor reading terrace with simple wooden furniture, mature perimeter trees, overcast northern light, rust, concrete, dark glass, and green palette, photorealistic architectural rendering

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": "Contemporary community library exterior, single-story building with a folded weathered Corten steel roof creating angular geometric forms, full-height glazing facing a public garden, concrete and vertical timber cladding on solid walls, covered outdoor reading terrace with simple wooden furniture, mature perimeter trees, overcast northern light, rust, concrete, dark glass, and green palette, photorealistic architectural rendering"
}
JSON
IM
Image
Architecture and Interior

1970s brutalist government building on an overcast day, mass

1970s brutalist government building on an overcast day, massive concrete cantilevered volumes projecting outward, deep recessed windows creating rhythmic shadow patterns, board-formed concrete texture clearly visible, wide empty foreground plaza with wind-blown bare trees, grey sky and pale winter light, documentary architectural photography, low angle, 35mm 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": "1970s brutalist government building on an overcast day, massive concrete cantilevered volumes projecting outward, deep recessed windows creating rhythmic shadow patterns, board-formed concrete texture clearly visible, wide empty foreground plaza with wind-blown bare trees, grey sky and pale winter light, documentary architectural photography, low angle, 35mm lens"
}
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.