---
title: "Create an SFT"
method: POST
path: "/v2/projects/{projectId}/sfts"
tags: ["Projects"]
---

# Create an SFT

`POST /v2/projects/{projectId}/sfts`

This endpoint allows you to create an SFT.

## Path parameters

- `projectId` integer, required

## Request body

- object
  - `receiver` object
    - `address` string — Address that will receive the NFT
    - `namespace` string — Namespace of the application (e.g. solarplex, superteam)
    - `identifier` string — Identifier for the user's Passport (i.e. email, wallet address, twitter handle)
  - `receiverAddress` string — Base-58 encoded string representing an on-chain address
  - `delegated` boolean — If true, your Project will have delegated authority to transfer or burn the asset

## Response `202`

Successful response

- CreateSftResponse
  - `transactionId` string, required — Transaction ID that identifies the Transaction generated by an API request
  - `nftId` number, required — Unique ID for an NFT in a Project
  - `projectId` number — The ID of the Project the NFT is part of

## 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)
