Introduction
The Simwood Carrier Services platform consists of a set of independent, versioned APIs that sit behind a single gateway at api.simwood.com. Each service owns its own contract and versioning, so you can adopt new capabilities without breaking existing integrations.
Every service is reached at https://api.simwood.com/{service}/{version}/... — for example,
https://api.simwood.com/intelligence/v1 for v1 of the Conversation Intelligence service.
All services share the same authentication, versioning, and error conventions, documented once in the platform guides below. Each service then documents only what is specific to it.
Available services
| Service | Base path | Status | Reference |
|---|---|---|---|
| Conversational AI | /convai/v1 |
Beta | Reference |
| Conversation Intelligence | /intelligence/v1 |
Beta | Reference |
More services are coming online and will be published here as they launch. The original Wholesale API (v3) remains available while its capabilities move into these versioned services.
New here?
Start with Getting started to make your first authenticated request, then explore whichever services you need.
Getting startedGet an API key and make your first request.Authentication & authorizationAPI keys, Bearer tokens, and scopes.Platform conventionsGateway model, versioning, and error shapes shared by every service.