---
title: "POST /api/v2/prompts/enhancements"
method: POST
path: "/api/v2/prompts/enhancements"
tags: ["Client API v2"]
---

# POST /api/v2/prompts/enhancements

`POST /api/v2/prompts/enhancements`

Unified prompt booster — enhance prompts for any model and type using AI-powered guide system. Accepted `type` values (v2 noun-based dot notation): `images.generations`, `images.edits`, `images.upscales`, `images.background-removals`, `images.ocr`, `videos.generations`, `videos.animations`, `videos.upscales`, `videos.background-removals`, `videos.transcriptions`, `audio.speech`, `audio.music`, `audio.transcriptions`, `embeddings`.

## Response `200`

Enhanced prompts returned successfully

- object
  - `prompt` string
  - `negative_prompt` string, nullable

## Other responses

- `422` — Validation failed, insufficient balance, or no guide available

---

[API](https://skmtc.net/deapi/apis/deapi-rest-api.md) · [All operations](https://skmtc.net/deapi/apis/deapi-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/deapi/deapi-rest-api/versions/c70b8b231ca8/schema)
