How It Works
1
PMS sends guest event
When a guest checks in, changes rooms, or checks out in your PMS, you send a POST request to the corresponding RecepAI endpoint.
2
RecepAI stores the data
The guest record is created or updated in RecepAI’s guest roster. Both the hotel dashboard and the AI receptionist have immediate access.
3
AI uses the data
When a guest contacts the hotel (via chat, voice, or messaging), the AI receptionist can verify their identity and room number before fulfilling requests like room service, extra towels, or early checkout.
4
Dashboard updates in real time
Hotel staff see guest arrivals, departures, and room changes on their dashboard instantly via server-sent events.
Base URL
{slug} with the hotel’s unique identifier. You receive this alongside your API key during onboarding.
What is
{slug}?Each hotel on RecepAI has a unique slug — a short, URL-safe identifier like grand-hotel or seaside-resort. The hotel administrator will provide this to you along with the API key. It appears in every endpoint URL.Example: For “Grand Hotel Istanbul” with slug grand-hotel, the check-in endpoint is:What You’ll Need
Available Endpoints
Next Steps
Authentication
Learn about API key format, Bearer tokens, and key management.
Quick Start
Send your first guest check-in in under 5 minutes.