Integrate CX Tools directly into your applications with our powerful API.
All API requests require authentication using an API key. You can generate an API key in your dashboard settings.
curl -H "Authorization: Bearer YOUR_API_KEY" https://api.cxtools.xyz/v1/endpoint
Rate limits vary by plan:
Validate GRXML grammar files.
POST /v1/grxml/validate
Content-Type: application/xml
<grammar>...</grammar>
Test IVR flows with simulated user input.
POST /v1/ivr/test
Content-Type: application/json
{
"flow": "customer_service",
"input": "1"
}
Generate voice prompts using AI.
POST /v1/voice/generate
Content-Type: application/json
{
"text": "Welcome to our service",
"voice": "en-US-Neural2-F"
}
The API uses standard HTTP response codes:
200
- Success400
- Bad Request401
- Unauthorized403
- Forbidden429
- Too Many Requests500
- Server ErrorNeed help with the API? Contact our support team: