# API Endpoints

## Overview

This API Endpoints page offers an overview of Joule's core API functionalities, management capabilities and setup instructions. Joule offers two main API types, each tailored to specific development needs.

{% hint style="info" %}
This is v1.2.1 an incubating feature which is constantly being refined and extended until v1.3
{% endhint %}

### API reference

For detailed OpenAPI documentation, start Joule and access Swagger documentation at:&#x20;

```
http://<host>:9080/swagger
```

Joule offers two main API types:

<table data-card-size="large" data-view="cards"><thead><tr><th></th><th></th><th data-hidden></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><p><mark style="color:orange;"><strong>Management API</strong></mark><br></p><p>Manages use cases and dependencies, providing endpoints for deployment, pipeline management, connector registration and contextual data sources</p></td><td></td><td></td><td><a href="/pages/zZUiaZeel4zFCq6hdNJ6">/pages/zZUiaZeel4zFCq6hdNJ6</a></td></tr><tr><td><p><mark style="color:orange;"><strong>Data access API</strong></mark><br></p><p>Enables data interactions, allowing for querying, publishing and consuming data events</p></td><td></td><td></td><td><a href="/pages/vdG5Mxh1ZNIxSHpyDiPf">/pages/vdG5Mxh1ZNIxSHpyDiPf</a></td></tr></tbody></table>


---

# 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.fractalworks.io/joule/developer-guides/api-endpoints.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.
