---
title: "Enhance Prompt"
method: POST
path: "/studio/prompt/enhance"
tags: ["AI_STUDIO"]
---

# Enhance Prompt

`POST /studio/prompt/enhance`

Enhance a user prompt - Temporary proxy to actual prompt enhancer

## Request body

- PromptEnhancementRequest
  - `user_prompt` string, required
  - `agent_name` string, required

## Response `200`

Successful Response

- PromptEnhancementResponse
  - `enhanced_prompt` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.dev/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/myaltimate/apis/fastapi/revisions/43b5caed3c56?raw)
