# Introduction

> Source: https://truto.one/docs/api-reference/overview/introduction/

Welcome to the Truto API documentation. This API allows you to interact with various Unified APIs provided by the Truto platform, including the Admin API.

## Base URL

The base URL for all the API endpoints is:

```http
https://api.truto.one
```
The use of HTTPS is mandatory when making requests to this API.

## Headers
The default response content type for this API is `application/json` and it also accepts `application/json`. To ensure correct response handling, please set the `Content-Type` and `Accept` headers of your requests to `application/json`.

## API Token
To authenticate with the Truto API, you will need an API token. Detailed instructions on how to generate an API token can be found in the following guide:

[Creating API Tokens](https://truto.one/docs/guides/api-tokens/creating-api-tokens)
