---
title: "Creates a new Project"
method: POST
path: "/CreateProject/{apikey}"
tags: ["CreateProject"]
---

# Creates a new Project

`POST /CreateProject/{apikey}`

WIth this Controller you can create a new project

## Path parameters

- `apikey` string, required

## Request body

- CreateProjectClass
  - `projectname` string, nullable
  - `description` string, nullable
  - `projecturl` string, nullable
  - `tokennamePrefix` string, nullable
  - `policyExpires` boolean
  - `policyLocksDateTime` string, date-time, nullable
  - `payoutWalletaddress` string, nullable
  - `maxNftSupply` integer
  - `policy` PolicyClass
    - `policyId` string, nullable
    - `privateVerifykey` string, nullable
    - `privateSigningkey` string, nullable
    - `policyScript` string, nullable
  - `metadata` string, nullable
  - `addressExpiretime` integer

## Response `200`

Returns the UploadNftResult Class

- CreateNewProjectResultClass
  - `projectId` integer
  - `metadata` string, nullable
  - `policyId` string, nullable
  - `policyScript` string, nullable
  - `policyExpiration` string, date-time, nullable
  - `uid` string, nullable
  - `metadataTemplateAptos` string, nullable
  - `metadataTemplateMidnight` string, nullable
  - `metadataTemplateSolana` string, nullable
  - `enabledCoins` string, nullable
  - `solanaUpdateAuthority` string, nullable
  - `aptosCollectionAddress` string, nullable
  - `midnightCollectionAddress` string, nullable
  - `created` string, date-time, nullable

## Other responses

- `401` — The access was denied. (Wrong or expired APIKEY, wrong projectid etc.)
- `404` — No Image Content was provided. Send a file either as Base64 or as Link or IPFS Hash
- `406` — See the errormessage in the resultset for further information
- `409` — There is a conflict with the provided images. Send a file either as Base64 or as Link or IPFS Hash
- `500` — Internal server error - see the errormessage in the resultset

---

[API](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated.md) · [All operations](https://skmtc.net/nmkr/apis/nmkr-studio-api-mainnet-deprecated/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nmkr/nmkr-studio-api-mainnet-deprecated/revisions/e8a273d527a4/schema)
