One API. One key. Every NEXORA product.
The same registry that drives the website and console is available as JSON, behind a single organisation-scoped API key.
curl https://api.onenexora.com/v1/products \
-H "Authorization: Bearer nx_live_your_key_here"Three steps to a first call
01
Create an organisation
Every API key, product and bill belongs to an organisation, not to you personally.
02
Generate an API key
From Console → API Keys. Shown once, hashed at rest, revoke it any time.
03
Call the API
Plain JSON over HTTPS, bearer-token auth, versioned at /v1 — no SDK required to start.