Documentation

Everything you need to build amazing AI-powered customer experiences

Quick Start

Get up and running in 5 minutes. Add our widget to your website and start chatting.

<script src="https://aiworkers.vip/widget.js?clientId=YOUR_API_KEY"></script>

API Examples

Send a Chat Message

POST /api/v1/chat
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "message": "Hello, I need help",
  "sessionId": "unique-session-id"
}

Schedule an Appointment

POST /api/v1/appointments
Authorization: Bearer YOUR_API_KEY
Content-Type: application/json

{
  "date": "2025-12-10",
  "time": "14:00",
  "customerName": "John Doe",
  "customerPhone": "+1234567890"
}

Need Help?

Can't find what you're looking for? Our support team is here to help.