---
title: "Create Application"
method: POST
path: "/api/cmp/v1/application"
tags: ["Applications"]
---

# Create Application

`POST /api/cmp/v1/application`

Use this API to create a new application for scan and SDK publishing.

## Request body

- ApplicationRequestPublicDto
  - `name` string — Application Name
  - `solutionType` 'API' | 'ONETRUST_SDK' — The type of solution implemented by this Application
  - `platform` 'IOS' | 'ANDROID' | 'APPLETV' | 'ANDROIDTV' | 'FIRETV' | 'ROKU' | 'SAMSUNGTV' | 'LGTV' | 'VIZIOTV' | 'HBBTV' | 'PANASONICTV' | 'PS5' | 'YOUVIEW' — Platform of this Application
  - `orgId` string — Organization ID

## Response `201`

Created

- ApplicationEntityPublicDto
  - `applicationId` string, uuid — Application ID
  - `name` string — Application Name
  - `platform` 'ANDROID' | 'IOS' — Application Platform
  - `fileType` 'apk' | 'ipa' | 'aab' — File Type
  - `scanId` string, uuid — The unique identifier of the scan.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
