NeutralAiz API Hub
NeutralAiz API Services
Speech-to-Text (STT)
Multi-provider transcription service with competitive accuracy analysis.
Text-to-Speech (TTS)
High-quality voice synthesis with OpenAI's neural voices.
Parakeet ASR
GPU-accelerated speech recognition using NVIDIA NeMo.
Named Entity Recognition
Advanced entity extraction using spaCy and GLiNER models.
Entity Processor
Real-time entity extraction with person profiling.
RAG Service
Intelligent policy retrieval using vector search.
LiveKit Tokens
WebRTC token generation and room management.
Quick Start Guide
Getting Started
- Select a service from the left sidebar
- Browse available endpoints and operations
- Click any endpoint for detailed documentation
- Use "Try it out" to test directly in browser
- Copy code examples for your integration
Authentication
Most endpoints require authentication:
Bearer Token- JWT in Authorization headerAPI Key- In X-API-Key headerSession- Cookie-based auth
Rate Limits
Test Environment
- • 100 requests/minute
- • 10 concurrent connections
- • 5MB max payload
Demo Environment
- • 500 requests/minute
- • 25 concurrent connections
- • 10MB max payload
Production
- • Unlimited requests
- • 100 concurrent connections
- • 50MB max payload