# API Overview

{% hint style="success" %}
Xyxyx API Testnet is now live. Read the full announcement [here](https://mirror.xyz/0xB42dD0878219c3fC356ABe8F7c0800b80147B7a1/jcXbOnDOSokrZVkv9nA1c5sU6HPaFJ0_huPrLKCjgyM).
{% endhint %}

The Xyxyx API is a REST API for building text-based tokenization applications, which can be integrated into any existing system. The API is designed on top of the [Xyxyx Text-Based Tokenization Architecture (XTBTA)](https://docs.xyxyx.pro/introduction/xyxyx-text-based-tokenization-architecture-xtbta).

The Xyxyx API is a Representational State Transfer (REST) API consisting of HTTP endpoints. The endpoints use blockchain-based methods for authentication and are designed in a common pattern, largely using JSON requests and responses.

Refer to the [Getting Started](https://developer.xyxyx.pro/getting-started) section to begin using the Xyxyx API.

***

### Additional Learning Resources & Background

* [User Documentation](https://docs.xyxyx.pro/)
* [Blog](https://mirror.xyz/0xB42dD0878219c3fC356ABe8F7c0800b80147B7a1)
* [GitHub Repository](https://github.com/xyxyxpro)

***

### Need help? <a href="#need-help" id="need-help"></a>

Having trouble? Seeing something you don’t expect? Have other questions? Reach out to <info@xyxyx.pro> or join our [Telegram](https://t.me/xyxyx404).


---

# 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/api-overview.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.
