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

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

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

Adds an intent to a version of the application.

## Path parameters

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

## Request body

- ModelCreateObject — Object model for creating a new entity extractor.
  - `name` string — Name of the new entity extractor.

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