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

> Wersja HTML: https://runapi.ai/pl/docs/api/midjourney
> Indeks witryny dla agentów: https://runapi.ai/llms.txt

# Midjourney

- [Midjourney Edytuj obraz](https://runapi.ai/pl/docs/api/midjourney/edit-image.md) — Rewrite one source image from a written instruction with the V8 Edit Model.
- [Midjourney Rozszerz wideo](https://runapi.ai/pl/docs/api/midjourney/extend-video.md) — Continue a completed Midjourney video by 4 seconds per call, up to 21 seconds.
- [Midjourney Pobierz ziarno](https://runapi.ai/pl/docs/api/midjourney/get-seed.md) — Read an image's seed so the same result can be reproduced later.
- [Midjourney Obraz na prompt](https://runapi.ai/pl/docs/api/midjourney/image-to-prompt.md) — Describe an image back into candidate text prompts.
- [Midjourney Zamiana obrazu na wideo](https://runapi.ai/pl/docs/api/midjourney/image-to-video.md) — Animate a start image into a 5-second clip at 480p, with optional looping.
- [Midjourney Skróć prompt](https://runapi.ai/pl/docs/api/midjourney/shorten-prompt.md) — Analyze a long prompt and return shorter, weighted variants.
- [Midjourney Zamiana tekstu na obraz](https://runapi.ai/pl/docs/api/midjourney/text-to-image.md) — Generate v8.1 artwork from a prompt, with optional prompt translation and split grids.

---

## Więcej od RunAPI

- [Strona główna](https://runapi.ai/pl/.md)
- [Katalog modeli](https://runapi.ai/pl/models.md)
- [Cennik](https://runapi.ai/pl/pricing.md)
- [Dostawcy](https://runapi.ai/pl/models)
- [Dokumentacja](https://runapi.ai/pl/docs/guides)
- [SDK](https://runapi.ai/pl/sdk.md)
- [CLI](https://runapi.ai/pl/cli.md)
- [Serwer MCP](https://runapi.ai/pl/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/pl/claude-code-vs-cursor.md)
- [Konfiguracja Cursor API](https://runapi.ai/pl/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/pl/openrouter-alternative.md)
- [Enterprise](https://runapi.ai/pl/contact.md)
- [Kontakt](https://runapi.ai/pl/contact.md)
- [Regulamin](https://runapi.ai/pl/terms.md)
- [Prywatność](https://runapi.ai/pl/privacy.md)
- [Indeks witryny dla agentów](https://runapi.ai/llms.txt)

Kontakt: contact@runapi.ai

## Dane strukturalne

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