Preview and test Voxeme AI locally
The Voxeme API (documented in OpenAPI format) is currently in alpha. While all endpoints are functional, they are subject to change as we continue to enhance our omni-channel voice operating system.
You can test the Voxeme API using any REST client that supports OpenAPI/Swagger specifications. Here’s how to get started:
/api-reference/openapi.json
This will automatically configure all available endpoints, request/response schemas, and authentication requirements in your REST client.
If you prefer using our CLI tool, follow these steps:
Step 1: Install the Voxeme CLI:
Step 2: Navigate to your project directory and start the development server:
Your local development environment will be available at http://localhost:3000
.