# Authentication

Kommunicate comes with a set of platform APIs, which provides you more control over the process and opens up the ways for customizations. All endpoints are relative to base URL and accept **application/json** content type.

## Base URL

```
https:

```

## Authentication

Kommunicate uses the key based authentication. Kommunicate server accepts the request only if valid API key found in request header. Add `apiKey` parameter in the query String or `Api-Key` in request header. Get your api key from [komunicate dashboard](https://dashboard.kommunicate.io/install) or drop a mail on `hello@kommunicate.io`.


---

# 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.flexmoney.uk/documentation/docs/authentication.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.
