> For the complete documentation index, see [llms.txt](https://mtnpay.gitbook.io/api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://mtnpay.gitbook.io/api-docs/reference/api-reference/mint/upload.md).

# Upload

Pass all data and we will upload the json file and make the metadata and attribute it to the image and we return the transaction that will mint the token

<mark style="color:green;">`POST`</mark> `https://api.mtnapi.com/mint`

Returns a transaction to mint an NFT

#### Query Parameters

| Name                                          | Type   | Description |
| --------------------------------------------- | ------ | ----------- |
| name<mark style="color:red;">\*</mark>        | String |             |
| description<mark style="color:red;">\*</mark> | String |             |
| symbol<mark style="color:red;">\*</mark>      | String |             |
| fee<mark style="color:red;">\*</mark>         | Int    |             |
| image<mark style="color:red;">\*</mark>       | String |             |
| attribute<mark style="color:red;">\*</mark>   | String |             |
