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.
Abstract geometric pattern designed for surface printing, overlapping circles forming a grid generating Vesica piscis shapes, deep indigo, terracotta, and cream color palette, flat graphic rendering with zero shadow, mathematically precise edges, dense repeating tile with fractal edge qualities, contemporary textile and wallpaper surface design, vector aesthetic
Surreal photorealistic composite: a Victorian reading room opening through a large ornate doorway directly onto the surface of the Moon, warm lamplight from the room spilling onto grey lunar regolith, Earth's curve visible on the horizon through the doorway, a Victorian-dressed figure standing at the threshold looking out, equal photographic realism on both interior and exterior, lighting continuity across the boundary
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": "Surreal photorealistic composite: a Victorian reading room opening through a large ornate doorway directly onto the surface of the Moon, warm lamplight from the room spilling onto grey lunar regolith, Earth's curve visible on the horizon through the doorway, a Victorian-dressed figure standing at the threshold looking out, equal photographic realism on both interior and exterior, lighting continuity across the boundary"
}
JSON
Vast library spiraling upward without a visible ceiling, bookshelves curving inward following impossible non-Euclidean architecture, warm amber light emanating from inside the books themselves rather than any external light fixtures, a small solitary figure reading on the floor in the lower center for scale, warm amber, mahogany, and pale gold tones, atmosphere dense with the weight of accumulated knowledge, shot with ultra-wide 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": "Vast library spiraling upward without a visible ceiling, bookshelves curving inward following impossible non-Euclidean architecture, warm amber light emanating from inside the books themselves rather than any external light fixtures, a small solitary figure reading on the floor in the lower center for scale, warm amber, mahogany, and pale gold tones, atmosphere dense with the weight of accumulated knowledge, shot with ultra-wide lens"
}
JSON
High-resolution abstract digital painting featuring vivid colors in constant fluid motion, layered textured brush strokes creating depth and movement, inspired by the emotional intensity of Van Gogh's swirling skies merged with the chaotic energy of Jackson Pollock's drip technique, deep blues bleeding into fiery oranges and electric purples, thick impasto texture visible throughout
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": "High-resolution abstract digital painting featuring vivid colors in constant fluid motion, layered textured brush strokes creating depth and movement, inspired by the emotional intensity of Van Gogh's swirling skies merged with the chaotic energy of Jackson Pollock's drip technique, deep blues bleeding into fiery oranges and electric purples, thick impasto texture visible throughout"
}
JSON
Abstract macro of layered peeling paint on an old iron surface revealing geological-like strata — deep cobalt blue outermost layer, then mint green, then cream, then raw rust beneath — layers separating and curling like mountain ranges, extreme close-up where paint becomes landscape, sharp foreground focus falling to softer depth behind, cobalt, mint, cream, and iron rust palette
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": "Abstract macro of layered peeling paint on an old iron surface revealing geological-like strata — deep cobalt blue outermost layer, then mint green, then cream, then raw rust beneath — layers separating and curling like mountain ranges, extreme close-up where paint becomes landscape, sharp foreground focus falling to softer depth behind, cobalt, mint, cream, and iron rust palette"
}
JSON
Abstract color-field painting with photographic quality, warm raw sienna occupying the upper two-thirds meets cool deep teal in the lower third at an imprecise hand-painted edge with a thin blended transition band, canvas texture visible throughout, single small bright cadmium yellow area near left center as the sole contrast, Rothko-influenced simplicity with contemporary color sensitivity
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": "Abstract color-field painting with photographic quality, warm raw sienna occupying the upper two-thirds meets cool deep teal in the lower third at an imprecise hand-painted edge with a thin blended transition band, canvas texture visible throughout, single small bright cadmium yellow area near left center as the sole contrast, Rothko-influenced simplicity with contemporary color sensitivity"
}
JSON
A frozen cosmic rose floating in deep space, the petals glitter with a crystalline shimmer catching starlight, swirling colorful nebulas in the background, 8k unreal engine photorealism quality, ethereal blue and purple lighting, red petals transitioning to ice-blue at the frost-covered tips, nighttime darkness of space, surreal conceptual art
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 frozen cosmic rose floating in deep space, the petals glitter with a crystalline shimmer catching starlight, swirling colorful nebulas in the background, 8k unreal engine photorealism quality, ethereal blue and purple lighting, red petals transitioning to ice-blue at the frost-covered tips, nighttime darkness of space, surreal conceptual art"
}
JSON
Transform this photograph into an oil painting with visible thick brushstrokes, rich impasto paint texture, and slightly exaggerated warm colors. Maintain the exact same composition, subject placement, and facial features. The painting style should reference late impressionism with bold confident brush work.
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": "Transform this photograph into an oil painting with visible thick brushstrokes, rich impasto paint texture, and slightly exaggerated warm colors. Maintain the exact same composition, subject placement, and facial features. The painting style should reference late impressionism with bold confident brush work."
}
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.