# API

You can access all feature functionalities of the JavaScript Relysia SDK via Swagger to implement it into a variety of languages and third party tools. The Relysia SDK package helps developers to easily integrate our endpoints, simplify error handling and reduces building time.&#x20;

<https://api.relysia.com/docs/static/index.html>

{% embed url="<https://api.relysia.com/docs/static/index.html>" %}

![](/files/ScGh7L5t9jqHNlfYpkMO)

You can interactively try out all API endpoints on the Open API 3.0 Swagger page. We created this real timesaver to help developers to debug or explore which inputs could be combined to create one of countless blockchain applications.


---

# 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.relysia.com/getting-started/api.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.
