Embed white-label AI receptionists into your platform with a few API calls. Conversations, SMS, lead capture, calendar booking — all handled.
Stop building receptionist capabilities from scratch. Start shipping.
// 1. Create a receptionist
const receptionist = await fetch('https://aireceptionist.fit/api/v1/receptionists', {
method: 'POST',
headers: { 'Authorization': 'Bearer air_your_key', 'Content-Type': 'application/json' },
body: JSON.stringify({
businessName: 'Sunrise Dental',
industry: 'dental',
greeting: 'Welcome to Sunrise Dental! How can I help you today?',
faqs: [{ question: 'Do you accept insurance?', answer: 'Yes, we accept most PPO plans.' }]
})
})
// 2. Send a customer message
const response = await fetch('https://aireceptionist.fit/api/v1/chat', {
method: 'POST',
headers: { 'Authorization': 'Bearer air_your_key', 'Content-Type': 'application/json' },
body: JSON.stringify({
receptionistId: receptionist.id,
message: 'Do you have any openings this Thursday?',
visitorName: 'Sarah'
})
})
// 3. Retrieve captured leads
const leads = await fetch('https://aireceptionist.fit/api/v1/leads?status=new', {
headers: { 'Authorization': 'Bearer air_your_key' }
})Building AI receptionist capabilities from scratch takes 6+ months and $200K+. Or you can integrate our API in a day and focus on what makes your agent unique.
RESTful endpoints, clear docs, and working code examples. Most developers go from zero to production in under 48 hours.
Content moderation, prompt injection protection, and anti-jailbreak guardrails — all built-in. Your end-users are protected.
Your end-users never see our brand. You control the name, personality, greeting, knowledge base, and widget appearance.
Get notified when leads are captured, appointments are booked, or conversations complete. Build reactive workflows effortlessly.
Monitor conversation volume, SMS usage, and booking counts via API. Build your own dashboards or use ours.
Web chat and SMS from a single API. Each receptionist gets its own phone number. No Twilio setup required on your end.
The API is designed for platforms that need to deploy AI receptionists at scale.
Resell AI receptionists under your own brand. Create receptionists for each client, customize their personality and knowledge base, and charge your own markup.
Building an AI agent framework? Plug in our receptionist API for instant customer interaction capabilities. Your agents get web chat, SMS, and appointment booking out of the box.
Add AI-powered customer service to your existing SaaS product. Dental software? CRM? Property management? Give your users an AI receptionist inside your dashboard.
Deploy AI receptionists on every client website you manage. Capture leads 24/7 and report the results. Turn a $12 tool into a $200/mo managed service.
We went from zero AI capabilities to deploying receptionists for 30 clients in a single weekend.
AI Agency Founder
Using API Growth plan
The API let us add an AI front desk to our dental practice management software. Our clients love it.
SaaS Product Manager
Vertical software integration
We resell AI receptionists at $149/mo per client. Our cost? About $6 per client through the API.
Digital Marketing Agency
White-label reseller
Separate from consumer plans. Subscribe only to what you need.
Need more? Contact us for custom enterprise pricing.
Yes. When you create receptionists via the API, you control the name, branding, greeting, personality, and knowledge base. Your end-users never see the AI Receptionist brand. It's your product.
No. API plans are completely separate from consumer plans. You don't need a Starter, Pro, or Enterprise consumer plan. Just sign up, subscribe to an API plan, and generate your API key.
Most developers are up and running in under a day. The API is RESTful with clear documentation. Create a receptionist → send a message → get a response. Three calls to a working integration.
You are never cut off. Overage is charged at a small per-unit rate. API Starter/Growth: $0.02/conversation, $0.01/SMS, $0.05/booking. Scale gets volume discounts. You can upgrade anytime.
Yes. When you provision a receptionist via API, you can assign a dedicated Twilio phone number that handles both SMS and voice. Each receptionist gets its own number.
API plans have generous rate limits. Starter: 10 req/sec, Growth: 50 req/sec, Scale: 200 req/sec. If you need more, contact us for custom infrastructure.
Our sister product — a fast, reliable screenshot API for developers. Capture any URL as a pixel-perfect image with a single API call.