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
UI/UX Mockups gpt-image-2

A hyper-realistic iPhone screenshot of a fictional Instagram

A hyper-realistic iPhone screenshot of a fictional Instagram profile page for Leonardo da Vinci, username @davinci_official, as if he were a modern influencer in 2026. Profile photo is a Renaissance self-portrait in a circle crop. Bio reads: 'Artist, Engineer, Inventor | Currently dissecting things | DM for commissions.' Grid shows 9 posts including the Mona Lisa reframed as a mirror selfie, a helicopter sketch captioned 'just dropped my new drone design', an anatomy study as a gym progress photo. 12.4M followers. Story highlights: Sketches, Inventions, Florence Life. Dark mode UI. Photorealistic screenshot quality, aspect ratio 9:16.

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 hyper-realistic iPhone screenshot of a fictional Instagram profile page for Leonardo da Vinci, username @davinci_official, as if he were a modern influencer in 2026. Profile photo is a Renaissance self-portrait in a circle crop. Bio reads: 'Artist, Engineer, Inventor | Currently dissecting things | DM for commissions.' Grid shows 9 posts including the Mona Lisa reframed as a mirror selfie, a helicopter sketch captioned 'just dropped my new drone design', an anatomy study as a gym progress photo. 12.4M followers. Story highlights: Sketches, Inventions, Florence Life. Dark mode UI. Photorealistic screenshot quality, aspect ratio 9:16."
}
JSON
IM
Image
UI/UX Mockups gpt-image-2

Hyper-realistic UI/UX mockup displayed on a slim modern lapt

Hyper-realistic UI/UX mockup displayed on a slim modern laptop. Screen shows a clean SaaS dashboard with elegant typography, glassmorphism cards with frosted glass effect, smooth purple-to-blue gradients. Visible charts, analytics panels, sidebar navigation, and macOS-style window frame with traffic light buttons. Laptop sits on a cozy workspace desk with a coffee cup and plant. Soft warm ambient lighting.

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": "Hyper-realistic UI/UX mockup displayed on a slim modern laptop. Screen shows a clean SaaS dashboard with elegant typography, glassmorphism cards with frosted glass effect, smooth purple-to-blue gradients. Visible charts, analytics panels, sidebar navigation, and macOS-style window frame with traffic light buttons. Laptop sits on a cozy workspace desk with a coffee cup and plant. Soft warm ambient lighting."
}
JSON
IM
Image
UI/UX Mockups gpt-image-2

A realistic mobile onboarding screen for a fictional habit t

A realistic mobile onboarding screen for a fictional habit tracking app called 'LUMA' with headline 'BUILD BETTER DAYS', two buttons labeled 'Start now' and 'View demo', clean iOS-style layout with rounded corners, soft white background with soft blue accent color, readable UI text at proper sizes, shown straight-on inside a modern phone frame with thin bezels. 9:16.

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 realistic mobile onboarding screen for a fictional habit tracking app called 'LUMA' with headline 'BUILD BETTER DAYS', two buttons labeled 'Start now' and 'View demo', clean iOS-style layout with rounded corners, soft white background with soft blue accent color, readable UI text at proper sizes, shown straight-on inside a modern phone frame with thin bezels. 9:16."
}
JSON
IM
Image
UI/UX Mockups gpt-image-2

A desktop SaaS dashboard for an e-commerce analytics tool. L

A desktop SaaS dashboard for an e-commerce analytics tool. Left sidebar with navigation icons. Top row of KPI cards showing Revenue, Orders, Conversion Rate with green/red trend indicators. A line chart showing monthly sales trend. A table of top-selling products below. Clean white interface with consistent spacing, readable labels throughout, realistic UI proportions, no real brand names. 16:9.

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 desktop SaaS dashboard for an e-commerce analytics tool. Left sidebar with navigation icons. Top row of KPI cards showing Revenue, Orders, Conversion Rate with green/red trend indicators. A line chart showing monthly sales trend. A table of top-selling products below. Clean white interface with consistent spacing, readable labels throughout, realistic UI proportions, no real brand names. 16:9."
}
JSON
IM
Image
UI/UX Mockups gpt-image-2

Create one pitch-deck slide titled 'Market Opportunity' that

Create one pitch-deck slide titled 'Market Opportunity' that looks like a real Series A fundraising slide from a YC-backed startup. Clean white background, modern sans-serif typography like Inter, crisp minimal layout. Show a TAM/SAM/SOM nested circle diagram with dollar figures, a key insight callout box, and a footnote source citation. No decorative elements. 16:9.

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": "Create one pitch-deck slide titled 'Market Opportunity' that looks like a real Series A fundraising slide from a YC-backed startup. Clean white background, modern sans-serif typography like Inter, crisp minimal layout. Show a TAM/SAM/SOM nested circle diagram with dollar figures, a key insight callout box, and a footnote source citation. No decorative elements. 16:9."
}
JSON
IM
Image
UI/UX Mockups gpt-image-2

Dating app match success screen mockup. Two profile cards co

Dating app match success screen mockup. Two profile cards colliding with a glowing heart effect between them. Headline text 'It's a Match!' in bold white. Pink 'Chat Now' button and lighter 'Continue Browsing' button below. Dark purple gradient background with floating translucent heart particles. Glassmorphism frosted glass edges on the profile cards. Realistic mobile app UI with proper spacing. 9:16.

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": "Dating app match success screen mockup. Two profile cards colliding with a glowing heart effect between them. Headline text 'It's a Match!' in bold white. Pink 'Chat Now' button and lighter 'Continue Browsing' button below. Dark purple gradient background with floating translucent heart particles. Glassmorphism frosted glass edges on the profile cards. Realistic mobile app UI with proper spacing. 9:16."
}
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.