---
title: "POST /apps/{appId}/versions/{versionId}/customprebuiltdomains"
method: POST
path: "/apps/{appId}/versions/{versionId}/customprebuiltdomains"
---

# POST /apps/{appId}/versions/{versionId}/customprebuiltdomains

`POST /apps/{appId}/versions/{versionId}/customprebuiltdomains`

Adds a customizable prebuilt domain along with all of its intent and entity models in a version of the application.

## Path parameters

- `appId` string, uuid, required
- `versionId` string, required

## Request body

- PrebuiltDomainCreateBaseObject — A model object containing the name of the custom prebuilt entity and the name of the domain to which this model belongs.
  - `domainName` string — The domain name.

## Response `201`

An array of the created customizable prebuilt domain intent and entity model Ids.

- GuidResponse[] — List of IDs (GUID)

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