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

> Version HTML: https://runapi.ai/fr/docs/api/midjourney
> Index du site pour les agents: https://runapi.ai/llms.txt

# Midjourney

- [Midjourney Modifier une image](https://runapi.ai/fr/docs/api/midjourney/edit-image.md) — Rewrite one source image from a written instruction with the V8 Edit Model.
- [Midjourney Prolonger une vidéo](https://runapi.ai/fr/docs/api/midjourney/extend-video.md) — Continue a completed Midjourney video by 4 seconds per call, up to 21 seconds.
- [Midjourney Obtenir une graine](https://runapi.ai/fr/docs/api/midjourney/get-seed.md) — Read an image's seed so the same result can be reproduced later.
- [Midjourney Image en invite](https://runapi.ai/fr/docs/api/midjourney/image-to-prompt.md) — Describe an image back into candidate text prompts.
- [Midjourney Image en vidéo](https://runapi.ai/fr/docs/api/midjourney/image-to-video.md) — Animate a start image into a 5-second clip at 480p, with optional looping.
- [Midjourney Raccourcir l'invite](https://runapi.ai/fr/docs/api/midjourney/shorten-prompt.md) — Analyze a long prompt and return shorter, weighted variants.
- [Midjourney Texte en image](https://runapi.ai/fr/docs/api/midjourney/text-to-image.md) — Generate v8.1 artwork from a prompt, with optional prompt translation and split grids.

---

## Plus de ressources de RunAPI

- [Accueil](https://runapi.ai/fr/.md)
- [Catalogue de modèles](https://runapi.ai/fr/models.md)
- [Tarifs](https://runapi.ai/fr/pricing.md)
- [Fournisseurs](https://runapi.ai/fr/models)
- [Documentation](https://runapi.ai/fr/docs/guides)
- [SDK](https://runapi.ai/fr/sdk.md)
- [CLI](https://runapi.ai/fr/cli.md)
- [Serveur MCP](https://runapi.ai/fr/mcp.md)
- [Claude Code vs Cursor](https://runapi.ai/fr/claude-code-vs-cursor.md)
- [Configuration de l’API Cursor](https://runapi.ai/fr/cursor-api-setup.md)
- [RunAPI vs OpenRouter](https://runapi.ai/fr/openrouter-alternative.md)
- [Entreprise](https://runapi.ai/fr/contact.md)
- [Contact](https://runapi.ai/fr/contact.md)
- [Conditions](https://runapi.ai/fr/terms.md)
- [Confidentialité](https://runapi.ai/fr/privacy.md)
- [Index du site pour les agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Données structurées

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