Poe API
Receptionist-AI
Meet your AI receptionist! This full version demonstrates how an AI can greet visitors, answer questions, provide service information, and assist with scheduling appointments in a professional and friendly manner.
Uses GPT-5-Chat, a model that is powered by OpenAI. Learn more
Build with Receptionist-AI using the Poe API
Start by creating an API key, for use with any bot on Poe:
Use it in these apps
See allCode samples
Responses API
import openai
client = openai.OpenAI(
api_key = "YOUR_POE_API_KEY", # or os.getenv("POE_API_KEY")
base_url = "https://api.poe.com/v1",
)
response = client.responses.create(
model = "receptionist-ai",
input = "Hello world"
)
print(response.output_text)See the full documentation for comprehensive guidance on getting started.
More from SmartReception247
Receptionist-AI
AI-Demo-Copy
Receptionist-AI-Demo
Empfangs-KI2
Empfangs-KI-Demo2
Empfangs-KI-Demo
Empfangs-KI







