# 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 %}

![](https://486596157-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-M7vrpx4s4rrG26e7Caq%2F-M8FxBSKNvUedHY_1pfh%2F-M8FyQxI7N8PQXnf10Bd%2Fintegapi.png?alt=media\&token=85f77e42-482e-4309-bbaa-cc676c2a4f50)

#### 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 %}


---

# 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.harmonizely.com/master.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.
