---
title: "Submit Editor"
method: POST
path: "/mj/submit/edits"
---

# Submit Editor

`POST /mj/submit/edits`

## Request body

- object
  - `prompt` string, required — Text prompt describing the desired edit.
  - `image` string, required — Image to edit. Pass a public URL or a base64-encoded data URI.
  - `state` string — Custom state string. Returned as-is in the task result and webhook callback for your own tracking.
  - `notifyHook` string — Webhook URL to receive task status updates. Falls back to your account-level webhook if omitted.
  - `noStorage` boolean — When `true`, return the original provider image URL instead of a DeerAPI-proxied link.

## Response `200`

Success

- object
  - `code` integer
  - `description` string
  - `result` 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/revisions/b6265ced74a1/schema)
