---
title: "Blend (image -> image)"
method: POST
path: "/mj/submit/blend"
---

# Blend (image -> image)

`POST /mj/submit/blend`

## Request body

- object
  - `base64Array` string[], required — Two or more base64-encoded images to blend. Each item should be a data URI such as `data:image/png;base64,xxx`.
  - `dimensions` 'PORTRAIT' | 'SQUARE' | 'LANDSCAPE' — Output aspect ratio.
  - `notifyHook` string — Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
  - `state` string — Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
  - `botType` 'MID_JOURNEY' | 'NIJI_JOURNEY' — Bot type to use. `MID_JOURNEY` for Midjourney (default), `NIJI_JOURNEY` for Niji.

## Response `200`

Success

- object
  - `code` integer, required — Status code
  - `description` string, required — Human-readable description message corresponding to the status code
  - `properties` object, required — Additional properties or metadata
  - `result` integer, required — Returned task ID

---

[API](https://skmtc.net/deerapi/apis/text-to-audio-api.md) · [All operations](https://skmtc.net/deerapi/apis/text-to-audio-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deerapi/text-to-audio-api/versions/b6265ced74a1/schema)
