SDKs
There are no official Aella client libraries yet. Integrate directly over HTTP — every endpoint in this book ships a ready-made request in seven languages.
We will list official libraries here when they are published. Until then, treat any third-party package as unofficial and unsupported.
Integrating today
Every reference page carries the same request in cURL, JavaScript, PHP, Java, Go, Python, and C#. Pick your language from the tabs on any code panel and the whole book remembers the choice.
You need three things to make a call:
- The base URL,
https://api.aellaapp.com, for both sandbox and live - Your secret key in an
Authorization: Bearerheader, where the prefix selects the environment - An allowed IP, when IP whitelisting is enabled for your organization
Start with Quickstart for your first call, then Authentication for keys, environments, and IP whitelisting.