Realigns AI v2 API
A cost-effective, mission-optimized API built for ERP/CRM integration, website bots, and industrial intelligence.
Mission: Scalable intelligence for small businesses using high-performance, lightweight reasoning models.
Authentication
Requests are authenticated via a custom header. Ensure your x-api-key is kept secure.
Header Required
x-api-key: YOUR_SECURE_API_KEY
Standard Chat
POST https://gpt-api.realignsinc.com/ai/chat
{
"prompt": "Explain current machine logs",
"temperature": 0.5
}
Interactive Chat (Beta)
Optimized for real-time website bots and conversational AI agents.
POST /chat/interactive
| Parameter | Type | Notes |
|---|---|---|
user_id | string | Track unique sessions |
message | string | Primary user input |
Voice Synthesis
Convert AI text output into high-fidelity audio streams for IoT and kiosks.
POST /voice/synthesize
Voice Flow Example
// Request voice generation for AI output
const voiceRes = await fetch('/voice/synthesize', {
method: 'POST',
body: JSON.stringify({ text: "Alert: Maintenance required" })
});
Technical Specifications
Underlying Model: Fine-tuned Realigns2.5B
- Optimization: Low latency for edge deployments.
- Use Case: Logic-driven automation and customer assistance.
- Infrastructure: Scalable cloud instances with GPU acceleration.