# Official API Documentation

## Introduction

We are proud to introducting `HypeProxy.io v2.1 API` that bring many improvements :tada:

Since the beginning of HypeProxy.io we have provided a pretty poor API, this new release of our platform will change that dramatically.

This `v1` API will continue to work through the address: <https://api.hypeproxy.io/v1/>

{% content-ref url="/pages/AgnoA2Xtcn1HgVaRBqNy" %}
[Getting Started](/basic-concepts/getting-started.md)
{% endcontent-ref %}

## API Swagger

With our API we provide a fully-featured swagger that documents all endpoints and allows you to do your tests without setting up a client locally.

{% embed url="<https://hypeproxy-api.azurewebsites.net/docs/index.html>" %}

![Swagger Screenshot](/files/-MdXGVT9y-93a54cJTRF)


---

# 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://docs.hypeproxy.io/base-concepts.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.
