EzBo API Reference
Integrate our AI assistant into your platforms and automate customer interactions
Current API Features
Our current API allows you to connect your Facebook Page with our AI assistant. More integrations coming soon.
Connect your Facebook Page to enable AI-powered customer interactions.
Request
Parameter | Type | Required | Description |
---|---|---|---|
page_token | string | Yes | Your Facebook Page access token with manage_pages and pages_messaging permissions |
page_id | string | Yes | Your Facebook Page ID |
ai_type | string | Yes | Type of AI to activate (sales/support/custom) |
{ "page_token": "EAA...", "page_id": "1234567890", "ai_type": "sales" }
Response
200 Success
{ "status": "ok", "message": "Facebook Page connected successfully", "ai_status": "active", "webhook_url": "https://ezbo.org/webhook/your_unique_id", "verify_token": "your_verification_token" }
Note: After receiving this response, you'll need to set up the webhook in your Facebook App settings using the provided URL and verification token.
Check the status of your AI assistant and active integrations.
Response
200 Success
{ "status": "ok", "ai_status": "active", "active_since": "2025-05-07T10:30:00Z", "integrations": { "facebook": true, "whatsapp": false, "telegram": false, "instagram": false, "website": false }, "statistics": { "conversations_today": 42, "resolved_queries": 38, "pending_human_review": 4 } }
Upcoming API Features Coming Soon
We're expanding our API to support more platforms and customization options.
WhatsApp Business Integration
Connect your WhatsApp Business account to enable AI-powered conversations with customers.
Telegram Bot Integration
Integrate our AI with your Telegram bot for automated customer support.
Instagram Direct Messages
Handle customer inquiries and sales through Instagram DMs with our AI.
Website Live Chat
Embed our AI assistant directly on your website as a live chat widget.
Custom AI Training
API endpoints to train the AI with your specific product knowledge and business policies.
Analytics API
Access detailed conversation analytics and sales performance data programmatically.