---
title: "Create application"
method: POST
path: "/applications"
tags: ["Applications"]
---

# Create application

`POST /applications`

Create a new application.
### Authorization Required:
  - Application Create

## Request body

- object
  - `id` string, required — Id of the new application
  - `name` string, required — Name of the new application
  - `settings` object
  - `revisions` boolean
  - `title` string, required — Title of the new application
  - `type` string, required — Type of the new application ('form' or 'workflow')
  - `workspaceId` string — Workspace Id that should contain the new application (default workspace will be used)

## Response `201`

JSON describing the new application

- ApplicationResponse
  - `created` string, required — Date of when the application was created
  - `createdBy` string, required — User who created the application
  - `dataSchemas` object[], required
  - `description` string, required — Description of the application
  - `id` string, required — Unique identifier of the application
  - `modified` string, required — Date of when the application was last modified
  - `modifiedBy` string, required — User who modified the application last
  - `name` string, required — Name of the application
  - `promotions` object, required
  - `settings` object, required
  - `title` string, required — Title of the application
  - `type` string, required — Type of application ('form' or 'workflow')
  - `workspaceId` string, required — Unique identifier of the workspace containing the application

## Other responses

- `default` — Error

---

[API](https://skmtc.net/unqork/apis/unqork-customer-api.md) · [All operations](https://skmtc.net/unqork/apis/unqork-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unqork/unqork-customer-api/revisions/112399a67ebb/schema)
