# Overview - Rest API

**The Abyssale API is organised around** [**`REST`**](https://en.wikipedia.org/wiki/Representational_state_transfer)**.**

Global configuration:

* **Base URL:** `https://api.abyssale.com`
* **Data exchange format**: `JSON`. All API calls must contain the `Content-Type: application/json` header.
* **Rate limits**: 5 requests/s
* **Authentication**: [**API Key**](/rest-api/authentication.md)

### How many API requests are included? <a href="#how-many-api-requests-are-included" id="how-many-api-requests-are-included"></a>

The number of available requests depends on your plan ([here is the related pricing table here](https://www.abyssale.com/pricing)).

*During your trial, 30 API calls are included.*

**Only successful visual creation calls are counted,** including when creating your visual from the API console on the design page.


---

# 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://developers.abyssale.com/rest-api/overview-rest-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.
