---
title: "Create Application"
method: POST
path: "/governance-service/api/ai/application"
tags: ["AI Application Management"]
---

# Create Application

`POST /governance-service/api/ai/application`

Create a new AI application.

## Request body

- AIApplicationViewInput — A model representing an AI application. Inherits from: BaseView: The base model containing common fields. Attributes: name (str): The name of the AI application. description (str): The description of the AI application. application_key (str): The application key. vector_dbs (Optional[str]): The vector databases associated with the AI application.
  - `id` integer, nullable — The unique identifier of the resource
  - `status` integer, nullable — The status of the resource
  - `createTime` string, date-time, nullable — The creation time of the resource
  - `updateTime` string, date-time, nullable — The last update time of the resource
  - `name` string — The name of the AI application
  - `description` string, nullable — The description of the AI application
  - `applicationKey` string, nullable — The application key
  - `vectorDBs` string[], nullable — The vector databases associated with the AI application

## Response `201`

Successful Response

- AIApplicationViewOutput — A model representing an AI application. Inherits from: BaseView: The base model containing common fields. Attributes: name (str): The name of the AI application. description (str): The description of the AI application. application_key (str): The application key. vector_dbs (Optional[str]): The vector databases associated with the AI application.
  - `id` integer, nullable — The unique identifier of the resource
  - `status` integer, nullable — The status of the resource
  - `createTime` string — The creation time of the resource
  - `updateTime` string — The last update time of the resource
  - `name` string — The name of the AI application
  - `description` string, nullable — The description of the AI application
  - `applicationKey` string, nullable — The application key
  - `vectorDBs` string[], nullable — The vector databases associated with the AI application

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/privacera/apis/paig-server.md) · [All operations](https://skmtc.net/privacera/apis/paig-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/privacera/paig-server/versions/e3d2c30ceace/schema)
