Build custom integrations with the EmbedGPT API.
Simple HTTP requests
Secure authentication
Real-time events
Fair usage policy
curl -X POST https://api.embedgpt.com/v1/chat \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"message": "What is your return policy?",
"store_id": "your_store_id"
}'/v1/chatSend a message to the chatbot
/v1/conversationsList all conversations
/v1/analyticsGet analytics data
/v1/webhooksConfigure webhooks