# 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**](/api-endpoints/erc-721f.md)

<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**](/api-endpoints/erc-721.md)

| 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**](/api-endpoints/deploy.md)

<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**](/api-endpoints/preview-token.md)

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>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.xyxyx.pro/getting-started/endpoint-urls.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
