# Swagger

Swagger UI is a web-based tool that allows developers to interact with and explore RESTful APIs visually. It dynamically generates interactive documentation based on the OpenAPI Specification (formerly known as Swagger Specification), providing users with a comprehensive overview of the API's endpoints, request parameters, response schemas, and more. With Swagger UI, developers can easily navigate through different API operations, view example requests and responses, and even execute API requests directly within the interface.

To utilize the Swagger UI, enter the API key, and then you can proceed to send requests to the REST API.

<figure><img src="/files/Iuzv7SLdZoxPMzUnJns2" alt=""><figcaption></figcaption></figure>

{% embed url="<https://api.metacopier.io/rest/api/documentation/swagger-ui/index.html>" %}


---

# 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.metacopier.io/rest-api/api/swagger.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.
