NeutralAiz API Hub

Version 3.0
TEST PROD

NeutralAiz API Services

Speech-to-Text (STT)

Multi-provider transcription service with competitive accuracy analysis.

Endpoints:
TEST PROD
Providers: Whisper, GPT-4o, Deepgram

Text-to-Speech (TTS)

High-quality voice synthesis with OpenAI's neural voices.

Models: tts-1, tts-1-hd
Voices: 6 OpenAI voices

Parakeet ASR

GPU-accelerated speech recognition using NVIDIA NeMo.

Model: Parakeet TDT 0.6B
Features: CUDA acceleration

Named Entity Recognition

Advanced entity extraction using spaCy and GLiNER models.

Models: spaCy, GLiNER
Features: Custom training

Entity Processor

Real-time entity extraction with person profiling.

Features: Profiles, Q&A, Tasks
Real-time: WebSocket updates

RAG Service

Intelligent policy retrieval using vector search.

Data: TPS policies
Tech: Vector search

LiveKit Tokens

WebRTC token generation and room management.

Features: JWT tokens, Rooms
Recording: MP4, WebM, S3

Quick Start Guide

Getting Started

  1. Select a service from the left sidebar
  2. Browse available endpoints and operations
  3. Click any endpoint for detailed documentation
  4. Use "Try it out" to test directly in browser
  5. Copy code examples for your integration

Authentication

Most endpoints require authentication:

  • Bearer Token - JWT in Authorization header
  • API Key - In X-API-Key header
  • Session - 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