# What is the integration API

The chat API of Oswald is the API used for sending and receiving messages to and from the Oswald Platform. The API can be reached at the following URI:

`https://api.oswald.ai/api/v1`

Exploring this API is possible by surfing to`https://api.oswald.ai/explorer/`.

The chat API utilizes the HTTP requestformat defined in the REST standard. The user/client can only receive a response from the API after sending a request first.

The full base URI is `https://api.oswald.ai/api/v1`.


---

# 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://oswaldai.gitbook.io/docs/integration-api/what-is-the-integration-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.
