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

# Azure Openai Test

`POST /api/azure-openai-test`

Isolated test endpoint for Azure OpenAI chat completions.
Does not touch existing services - used only for validation.

## Request body

- AzureChatRequest
  - `message` string, required

## Response `200`

Successful Response

- AzureChatResponse
  - `text` string, required
  - `model` string, required
  - `success` boolean, required

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