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

> HTML 版本: https://runapi.ai/zh-TW/docs/api/midjourney
> 代理程式網站索引: https://runapi.ai/llms.txt

# Midjourney

- [Midjourney 編輯圖片](https://runapi.ai/zh-TW/docs/api/midjourney/edit-image.md) — Rewrite one source image from a written instruction with the V8 Edit Model.
- [Midjourney 延伸影片](https://runapi.ai/zh-TW/docs/api/midjourney/extend-video.md) — Continue a completed Midjourney video by 4 seconds per call, up to 21 seconds.
- [Midjourney 取得種子](https://runapi.ai/zh-TW/docs/api/midjourney/get-seed.md) — Read an image's seed so the same result can be reproduced later.
- [Midjourney 圖片轉提示詞](https://runapi.ai/zh-TW/docs/api/midjourney/image-to-prompt.md) — Describe an image back into candidate text prompts.
- [Midjourney 圖片轉影片](https://runapi.ai/zh-TW/docs/api/midjourney/image-to-video.md) — Animate a start image into a 5-second clip at 480p, with optional looping.
- [Midjourney 縮短提示詞](https://runapi.ai/zh-TW/docs/api/midjourney/shorten-prompt.md) — Analyze a long prompt and return shorter, weighted variants.
- [Midjourney 文字轉圖片](https://runapi.ai/zh-TW/docs/api/midjourney/text-to-image.md) — Generate v8.1 artwork from a prompt, with optional prompt translation and split grids.

---

## RunAPI 的更多內容

- [首頁](https://runapi.ai/zh-TW/.md)
- [模型目錄](https://runapi.ai/zh-TW/models.md)
- [價格](https://runapi.ai/zh-TW/pricing.md)
- [提供商](https://runapi.ai/zh-TW/models)
- [文件](https://runapi.ai/zh-TW/docs/guides)
- [SDK](https://runapi.ai/zh-TW/sdk.md)
- [CLI](https://runapi.ai/zh-TW/cli.md)
- [MCP Server](https://runapi.ai/zh-TW/mcp.md)
- [Claude Code 與 Cursor](https://runapi.ai/zh-TW/claude-code-vs-cursor.md)
- [Cursor API 設定](https://runapi.ai/zh-TW/cursor-api-setup.md)
- [RunAPI 與 OpenRouter](https://runapi.ai/zh-TW/openrouter-alternative.md)
- [企業版](https://runapi.ai/zh-TW/contact.md)
- [聯絡我們](https://runapi.ai/zh-TW/contact.md)
- [服務條款](https://runapi.ai/zh-TW/terms.md)
- [隱私權](https://runapi.ai/zh-TW/privacy.md)
- [代理程式網站索引](https://runapi.ai/llms.txt)

聯絡我們: contact@runapi.ai

## 結構化資料

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