Skip to main content
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:
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 during the transition to this documentation site.