---
title: "POST /api/v1/client/prompt/speech"
method: POST
path: "/api/v1/client/prompt/speech"
tags: ["Client API"]
---

# POST /api/v1/client/prompt/speech

`POST /api/v1/client/prompt/speech`

Enhance text-to-speech prompts for better AI generation results

## Request body

- object
  - `prompt` string
  - `lang_code` string, nullable

## Response `200`

Enhanced prompts returned successfully

- object
  - `prompt` string

## Other responses

- `422` — Validation failed

---

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