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

# Noux REST API

> Programmatic access to Noux Sales Rooms, materials, notetaker, and e-sign features.

The Noux REST API lets your applications and automation workflows create rooms, manage materials, sync data, and build custom integrations.

## Base URL

All API requests use:

```
https://api.noux.app
```

## Authentication

Authenticate with a **Bearer token** using your Noux API key:

```bash theme={null}
curl https://api.noux.app/api/v1/rooms \
  -H "Authorization: Bearer YOUR_API_KEY"
```

Create and manage API keys in the Noux app under **Integrations → API**.

## Getting started

1. Create an API key in your Noux organization settings.
2. Browse the **Reference** section in the sidebar for endpoint details and the interactive playground.
3. Test requests against the production API using your key.

## Legacy documentation

Interactive Swagger UI remains available at [api.noux.app/docs](https://api.noux.app/docs) during the transition to this documentation site.
