REST API
Maxx Control REST API on each Innosonix amplifier: auth, hierarchy, OPTIONS, AES67 / SDP subscribe, and where the full OpenAPI lives.
Maxx Control (also written MaxxControl) is the control surface built into every Innosonix amplifier: a browser web UI plus an open REST API on the device. Use it for one amplifier when you want local control with no desktop install, or when a media-control / home-automation system should talk to a single amp. That includes micro MAXX — same webpage and API as other MAXX models. For many amplifiers, rooms/groups, and offline projects, use Maxx Remote instead.
| Need | Tool |
|---|---|
| One amp, quick local tweaks, no install | Maxx Control (this section) |
| Many amps, rooms/groups, offline projects, undo | Maxx Remote |
| Network / IP / firmware | IDFM first |
If an amplifier is linked and owned by Maxx Remote, treat Maxx Remote as the source of truth. Day-to-day edits in Maxx Control (UI or REST) on the same channels can create an Out of Sync state.
http://<ip>/ (many networks also accept http://<hostname>.local/).http://<ip>/…/doc/maxx_rest_api.html.HTTP is on port 80. The API base path is /rest-api.
This section focuses on REST API usage for integrators and third-party systems, plus third-party plugins that wrap that API.
The full Maxx Control UI operator manual is published separately (device / product manuals on the Innosonix downloads page and related product pages). This site does not walk through every screen of the on-device UI.
Maxx Control REST API on each Innosonix amplifier: auth, hierarchy, OPTIONS, AES67 / SDP subscribe, and where the full OpenAPI lives.
Third-party plugins that use the Maxx Control REST API against a single amplifier.