This quickstart assumes you already have a running Leamout API endpoint and an organization credential with voice-applications:write scope.
1. Set your API endpoint and token
For the development Compose stack, the API listens on port 8080. For a production deployment, use the API address configured for that deployment.
Organization credentials are bearer tokens. They carry their organization identity, so API requests made with them do not need X-Organization-ID.
2. Create a voice application
A successful create returns HTTP 201 using Leamout’s standard envelope:
3. Choose what to build next
A voice application becomes useful when you connect it to telecom resources:
Use an organization credential with the narrowest scopes your application needs. Read requests require <resource>:read; mutations require <resource>:write.