---
title: "Azure Tts Test"
method: POST
path: "/api/azure-tts-test"
tags: ["azure-tts-test"]
---

# Azure Tts Test

`POST /api/azure-tts-test`

Isolated test endpoint for Azure OpenAI TTS.
Returns audio bytes directly for testing.

## Request body

- AzureTTSRequest
  - `text` string, required
  - `voice` string

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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