---
title: "POST /apps/customprebuiltdomains"
method: POST
path: "/apps/customprebuiltdomains"
---

# POST /apps/customprebuiltdomains

`POST /apps/customprebuiltdomains`

Adds a prebuilt domain along with its intent and entity models as a new application.

## Request body

- PrebuiltDomainCreateObject — A prebuilt domain create object containing the name and culture of the domain.
  - `domainName` string — The domain name.
  - `culture` string — The culture of the new domain.

## Response `201`

The ID of the created application.

- string, uuid — The ID (GUID) returned by an operation.

## Other responses

- `default` — Error Response.

---

[API](https://skmtc.net/azure/apis/luis-authoring-client.md) · [All operations](https://skmtc.net/azure/apis/luis-authoring-client/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/luis-authoring-client/versions/a26a0f7e5a37/schema)
