---
title: "Create a Midjourney follow-up action task"
method: POST
path: "/mj/submit/action"
---

# Create a Midjourney follow-up action task

`POST /mj/submit/action`

## Request body

- object
  - `customId` string, required — Action id taken from the latest `buttons` array returned by the fetch endpoint.
  - `taskId` string, required — Midjourney task id you want to continue from.
  - `state` string — Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
  - `enableRemix` boolean — Whether to force remix mode when the current action supports it.
  - `chooseSameChannel` boolean — Whether to prefer the same channel account used by the current task.

## Response `200`

Action task accepted.

- object
  - `code` integer, required
  - `description` string, required
  - `result` string, required — New Midjourney task id created for the action.
  - `properties` object
    - `numberOfQueues` integer
    - `discordInstanceId` string
    - `discordChannelId` string

---

[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)
