> For the complete documentation index, see [llms.txt](https://developers.harmonizely.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.harmonizely.com/master.md).

# Introduction

The Harmonizely API is organized around [REST](http://en.wikipedia.org/wiki/Representational_State_Transfer). Our API has predictable resource-oriented URLs,  uses JSON format for request bodies, returns [JSON-encoded](http://www.json.org/) responses, and uses standard HTTP response codes, authentication, and verbs.

{% hint style="danger" %}
Access to the Harmonizely API can be requested from the [Integrations](https://harmonizely.com/integrations) page in your dashboard.
{% endhint %}

![](/files/-M8FyQxI7N8PQXnf10Bd)

#### Base URL

```bash
https://harmonizely.com/api
```

The Harmonizely API Docs demonstrate using curl to interact with the API over HTTP.

{% hint style="warning" %}
The Harmonizely API is still in beta, this documentation is a work in progress, feel free to send us your feedback at <support@harmonizely.com>.
{% endhint %}
