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

# Public API

> Our Public API allows you to manage your resources from anywhere.

### US Hosted API (allquiet.app)

* Swagger Documentation: [https://allquiet.app/api/public/swagger-ui/index.html](https://allquiet.app/api/public/swagger-ui/index.html)
* JSON: [https://allquiet.app/api/swagger/public-v1/swagger.json](https://allquiet.app/api/swagger/public-v1/swagger.json)

### EU Hosted API (allquiet.eu)

* Swagger Documentation: [https://allquiet.eu/api/public/swagger-ui/index.html](https://allquiet.eu/api/public/swagger-ui/index.html)
* JSON: [https://allquiet.eu/api/swagger/public-v1/swagger.json](https://allquiet.eu/api/swagger/public-v1/swagger.json)

### Plan Requirements

The Public API is not available in the STANDARD plan, but is included in both PRO and ENTERPRISE plans. If you're on the STANDARD plan, you'll need to upgrade to access the API functionality.

### Authentication

To use the API, you need an API Key that you can create for your organization. This is the same API Key you use for SCIM or the Terraform provider.

You can authenticate your API requests in two ways:

1. Using the `X-Api-Key` header:

```
X-Api-Key: your-api-key-here
```

2. Using the standard Authorization Bearer token:

```
Authorization: Bearer your-api-key-here
```

Both methods are equivalent - choose the one that best fits your needs.
