> ## Documentation Index
> Fetch the complete documentation index at: https://docs.databunker.org/llms.txt
> Use this file to discover all available pages before exploring further.

# API Overview

Databunker is a super-fast, open-source vault built with Go for secure storage of sensitive personal records.

## Authentication

All API requests require authentication using the `X-Bunker-Token` header. This token is your root access token.

## Content Types

The API supports the following content types for POST and PUT requests:

* `application/json`
* `application/x-www-form-urlencoded`

## User Tokens

Keep the user `{token}` generated by Databunker private, as it serves as an additional user identifier.
Under GDPR, this user token is referred to as a pseudonymized identity.

For more details, visit: [https://databunker.org/](https://databunker.org/)
