> For the complete documentation index, see [llms.txt](https://oswaldai.gitbook.io/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://oswaldai.gitbook.io/docs/integration-api/what-is-the-integration-api.md).

# 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`.
