---
title: "Create a Project"
method: POST
path: "/v2/projects"
tags: ["Projects"]
---

# Create a Project

`POST /v2/projects`

This endpoint allows you to create a new Project.

## Request body

- object
  - `name` string, required — Name stored as on-chain metadata
  - `symbol` string — Symbol stored as on-chain metadata
  - `description` string — Description stored in the metadata
  - `image` string, required — Image for your NFT. When creating an NFT, this can be a base64 encoded string or a URL pointing to an image.
  - `semifungible` boolean — Whether or not the NFTs in this project are semifungible
  - `animationUrl` string — URL pointing to the asset's animation.
  - `externalUrl` string — URL pointing to an external URL defining the asset
  - `attributes` object — Key-value pairs of your NFT attributes
  - `core` boolean — Whether or not the NFTs in this project use mpl-core standard
  - `sellerFeeBasisPoints` integer — Creator royalties in basis points - 100 basis points = 1%

## Response `202`

Successful response

- CreateProjectResponse
  - `projectId` integer, required
  - `transactionId` string, uuid, required
  - `mintAddress` string — Base-58 encoded string representing an on-chain address

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api.md) · [All operations](https://skmtc.net/underdogprotocol/apis/underdog-protocol-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/underdogprotocol/underdog-protocol-api/versions/714574b82cc5/schema)
