Lexabit API
Lexabit API — "Intelligence as a service."
Available · Layer: Cross-cutting
What it does
The Lexabit API exposes the platform's capabilities so you can integrate whole products into your own systems, or build custom solutions on top of individual services. This documentation site is the Lexabit API — everything in the reference and guides is part of it.
Two levels of API
- Product APIs — mirror full Lexabit products for direct integration (e.g. the Account Connect surface you use today via Account Tracking). As each product ships, its API becomes available here.
- Service APIs — expose the underlying services (entities, permissions, datasets, company intelligence, …) so you can compose your own product. Many services are also reusable packages under the hood.
Capabilities
- Consistent, versioned REST — every service under
/{service}/v1/…, sharing one response envelope, scoping, and error model. - Bearer-token authentication — see Authentication.
- Webhooks, batch processing, and SDKs — planned as the product APIs expand (see SDKs for the current client patterns).
In the API today
This is the product you're using right now:
- Introduction and Quick Start
- API Conventions — the shared contract
- API Reference — every endpoint