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

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

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

Adds a customizable prebuilt intent 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 intent 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/revisions/a26a0f7e5a37/schema)
