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

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

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

Adds an entity extractor to a version of the application.

## Path parameters

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

## Request body

- EntityModelCreateObject — An entity extractor create object.
  - `children` ChildEntityModelCreateObject[] — Child entities.
    - `children` ChildEntityModelCreateObject[] — Child entities.
    - `name` string — Entity name.
    - `instanceOf` string — The instance of model name
  - `name` string — Entity name.

## Response `201`

The ID of the created 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)
