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

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

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

Adds a prebuilt entity model to a version of the application.

## Path parameters

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

## Request body

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

## Response `201`

The ID of the created prebuilt model.

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