---
title: Midjourney | RunAPI
description: Generate stylized art, edit images, animate them into video, and analyze
  prompts with Midjourney.
url: https://runapi.ai/de/docs/api/midjourney.md
canonical: https://runapi.ai/de/docs/api/midjourney
locale: de
---

> HTML-Version: https://runapi.ai/de/docs/api/midjourney
> Website-Index für KI-Agenten: https://runapi.ai/llms.txt

# Midjourney

- [Midjourney Bild bearbeiten](https://runapi.ai/de/docs/api/midjourney/edit-image.md) — Rewrite one source image from a written instruction with the V8 Edit Model.
- [Midjourney Video verlängern](https://runapi.ai/de/docs/api/midjourney/extend-video.md) — Continue a completed Midjourney video by 4 seconds per call, up to 21 seconds.
- [Midjourney Seed abrufen](https://runapi.ai/de/docs/api/midjourney/get-seed.md) — Read an image's seed so the same result can be reproduced later.
- [Midjourney Bild zu Prompt](https://runapi.ai/de/docs/api/midjourney/image-to-prompt.md) — Describe an image back into candidate text prompts.
- [Midjourney Bild zu Video](https://runapi.ai/de/docs/api/midjourney/image-to-video.md) — Animate a start image into a 5-second clip at 480p, with optional looping.
- [Midjourney Prompt kürzen](https://runapi.ai/de/docs/api/midjourney/shorten-prompt.md) — Analyze a long prompt and return shorter, weighted variants.
- [Midjourney Text zu Bild](https://runapi.ai/de/docs/api/midjourney/text-to-image.md) — Generate v8.1 artwork from a prompt, with optional prompt translation and split grids.

---

## Mehr von RunAPI

- [Startseite](https://runapi.ai/de/.md)
- [Modellkatalog](https://runapi.ai/de/models.md)
- [Preise](https://runapi.ai/de/pricing.md)
- [Anbieter](https://runapi.ai/de/models)
- [Dokumentation](https://runapi.ai/de/docs/guides)
- [SDKs](https://runapi.ai/de/sdk.md)
- [CLI](https://runapi.ai/de/cli.md)
- [MCP Server](https://runapi.ai/de/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/de/claude-code-vs-cursor.md)
- [Cursor API-Einrichtung](https://runapi.ai/de/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/de/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/de/contact.md)
- [Kontakt](https://runapi.ai/de/contact.md)
- [Bedingungen](https://runapi.ai/de/terms.md)
- [Datenschutz](https://runapi.ai/de/privacy.md)
- [Website-Index für KI-Agenten](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Strukturierte Daten

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/de/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/de",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/deicon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "de",
    "@type": "TechArticle",
    "headline": "Midjourney",
    "description": "Generate stylized art, edit images, animate them into video, and analyze prompts with Midjourney.",
    "url": "https://runapi.ai/de/docs/api/midjourney",
    "mainEntityOfPage": "https://runapi.ai/de/docs/api/midjourney"
  }
]
```
