# Endpoint URLs

The Xyxyx API provides structured endpoints for deploying and interacting with ERC-721F, ERC-404, and ERC-721 smart contracts and text-based tokens. These endpoints allow developers to deploy, mint, and preview text-based tokens efficiently across supported blockchain networks.

Below is the list of available endpoints, categorized by token standard and tokenization model.

***

#### [**ERC-721F Endpoints**](https://developer.xyxyx.pro/api-endpoints/erc-721f)

<table><thead><tr><th width="173.75390625">Action</th><th>1x1</th><th>A4</th></tr></thead><tbody><tr><td><strong>Deploy Contract</strong></td><td><code>/api/v1/ERC721F/{network}/deploy-contract</code></td><td><code>/api/v1/ERC721F/{network}/deploy-contract</code></td></tr><tr><td><strong>Mint Token</strong></td><td><code>/api/v1/ERC721F/{network}/mint-token-1x1</code></td><td><code>/api/v1/ERC721F/{network}/mint-token-A4</code></td></tr></tbody></table>

***

#### [**ERC-721 Endpoints**](https://developer.xyxyx.pro/api-endpoints/erc-721)

| Action              | 1x1                                            | A4                                    |
| ------------------- | ---------------------------------------------- | ------------------------------------- |
| **Deploy Contract** | `/api/v1/ERC721/{network}/deploy-contract-1x1` | `ERC721/{network}/deploy-contract-A4` |
| **Mint Token**      | `api/v1/ERC721F/{network}/mint-token`          | `api/v1/ERC721F/{network}/mint-token` |

***

#### [**ERC-404 Endpoints**](https://developer.xyxyx.pro/api-endpoints/deploy)

<table><thead><tr><th width="191.69921875">Action</th><th>1x1</th><th>A4</th></tr></thead><tbody><tr><td><strong>Deploy Contract</strong></td><td><code>/api/v1/ERC404/{network}/deploy-contract-1x1</code></td><td><code>/api/v1/ERC404/{network}/deploy-contract-A4</code></td></tr></tbody></table>

***

#### [**Preview Token**](https://developer.xyxyx.pro/api-endpoints/preview-token)

The Xyxyx API allows users to preview 1x1 and A4 text-based tokens' outputs before deploying or minting them. This feature helps ensure the correct parameters and design are applied to the final token output.

**Preview Token Endpoints**

<table><thead><tr><th width="184.4375">Tokenization Model</th><th>Endpoint URL</th></tr></thead><tbody><tr><td><strong>1x1</strong></td><td><code>/api/v1/preview-token/1x1</code></td></tr><tr><td><strong>A4</strong></td><td><code>/api/v1/preview-token/A4</code></td></tr></tbody></table>
