> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jiekou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Midjourney 高解像度化

Midjourney の高解像度化機能を使用して、生成済みの画像を高解像度化し、画像の解像度とディテール品質を向上させます。このインターフェースは非同期処理方式を採用しているため、クライアントは task\_id を使用して最終的な生成結果を照会する必要があります。

## リクエストヘッダー

<ParamField header="Content-Type" type="string" required={true}>
  列挙値: `application/json`
</ParamField>

<ParamField header="Authorization" type="string" required={true}>
  Bearer 認証形式: Bearer \{\{API Key}}。
</ParamField>

## リクエストボディ

<ParamField body="image_no" type="integer" required={true}>
  画像番号。高解像度化処理を行う画像を指定するために使用します。

  取値範囲：0\~3
</ParamField>

<ParamField body="task_id" type="string" required={true}>
  元の画像生成タスクの一意の識別子。
</ParamField>

<ParamField body="type" type="integer" required={true}>
  高解像度化タイプ。高解像度化処理のスタイルを制御します。

  取値範囲：0\~1

  * `0`: v6/niji6/v6.1/v7 subtle 高解像度化
  * `1`: v6/niji6/v6.1/v7 creative 高解像度化
</ParamField>

## レスポンス情報パラメータ

<ResponseField name="task_id" type="string" required={true}>
  非同期タスクの task\_id。この task\_id を使用して [タスク結果照会 API](/ja/docs/models/reference-get-async-task-result) をリクエストし、生成結果を取得してください
</ResponseField>
