API Documentation
API Reference
- POSTKnowledge Base Files
- GETGet Chatbots
- POSTCreate Chatbot
- PATCHUpdate Chatbot
- GETGet Chatbot Details
- DELDelete Chatbot
- PATCHChatbot Avatar
- PATCHVoice Agent
- PATCHChat Widget
- GETGet Knowledge Base List Of Chatbot
- DELDelete Knowledge Base Data
- PATCHUpdate Knowledge Base
- POSTQuery Knowledge
- POSTChat
- GETGet A Conversation
- GETGet Conversations
- GETGet Messages
Get Knowledge Base List Of Chatbot
Get Knowledge Base List Of Chatbot
curl --request GET \
--url https://v2.okchat.ai/api/external/chatbot/{chatbotId}/knowledge-base
{
"chatbot": {
"active": true,
"created_at": "2024-11-08T09:25:54.141252+00:00",
"description": "Demo AI Chatbot",
"id": "5afe16ed-5fd2-4552-a993-903bc9c32bb6",
"is_public": true,
"name": "Test",
"openai_api_key": null,
"organization_id": "123042b2-86e2-4184-a86e-95423d728815",
"personality_config": {
"style": "Test",
"tone": "Test"
},
"settings": {
"avatar": "https://alwiuiydhxcstgrluarg.supabase.co/storage/v1/object/public/chatbot/5afe16ed-5fd2-4552-a993-903bc9c32bb6/0aabc2ff-6aab-491b-8858-0d001acc167d.png",
"greeting": "Hello! How can I assist you today?",
"isRequestUserInfoEnabled": false,
"isToolEnabled": true,
"model": "gpt-4o",
"prompt": "You are a helpful and friendly customer support agent. Respond to user inquiries in a clear and concise manner. Always strive to provide accurate and helpful information.",
"snippet": {
"header": "오케이챗 고객응대 챗봇",
"logo": "https://dasomx.odoo.com/web/image/website/1/logo/DASOMX?unique=1aee356",
"name": "Test",
"primaryColor": "#9c2caa",
"secondaryColor": "#60d7a9",
"slogan": "Chat with us"
}
},
"slug": "test-1",
"updated_at": "2024-12-01T14:38:45.709025+00:00"
}
}
Headers
"4358d60b39ef0df47f421c0d58331407ec609abb6355dfa4"
Path Parameters
""
Response
true
"2024-11-08T09:25:54.141252+00:00"
"Demo AI Chatbot"
"5afe16ed-5fd2-4552-a993-903bc9c32bb6"
true
"Test"
"123042b2-86e2-4184-a86e-95423d728815"
"https://alwiuiydhxcstgrluarg.supabase.co/storage/v1/object/public/chatbot/5afe16ed-5fd2-4552-a993-903bc9c32bb6/0aabc2ff-6aab-491b-8858-0d001acc167d.png"
"Hello! How can I assist you today?"
false
true
"gpt-4o"
"You are a helpful and friendly customer support agent. Respond to user inquiries in a clear and concise manner. Always strive to provide accurate and helpful information."
"오케이챗 고객응대 챗봇"
"https://dasomx.odoo.com/web/image/website/1/logo/DASOMX?unique=1aee356"
"Test"
"#9c2caa"
"#60d7a9"
"Chat with us"
"test-1"
"2024-12-01T14:38:45.709025+00:00"
curl --request GET \
--url https://v2.okchat.ai/api/external/chatbot/{chatbotId}/knowledge-base
{
"chatbot": {
"active": true,
"created_at": "2024-11-08T09:25:54.141252+00:00",
"description": "Demo AI Chatbot",
"id": "5afe16ed-5fd2-4552-a993-903bc9c32bb6",
"is_public": true,
"name": "Test",
"openai_api_key": null,
"organization_id": "123042b2-86e2-4184-a86e-95423d728815",
"personality_config": {
"style": "Test",
"tone": "Test"
},
"settings": {
"avatar": "https://alwiuiydhxcstgrluarg.supabase.co/storage/v1/object/public/chatbot/5afe16ed-5fd2-4552-a993-903bc9c32bb6/0aabc2ff-6aab-491b-8858-0d001acc167d.png",
"greeting": "Hello! How can I assist you today?",
"isRequestUserInfoEnabled": false,
"isToolEnabled": true,
"model": "gpt-4o",
"prompt": "You are a helpful and friendly customer support agent. Respond to user inquiries in a clear and concise manner. Always strive to provide accurate and helpful information.",
"snippet": {
"header": "오케이챗 고객응대 챗봇",
"logo": "https://dasomx.odoo.com/web/image/website/1/logo/DASOMX?unique=1aee356",
"name": "Test",
"primaryColor": "#9c2caa",
"secondaryColor": "#60d7a9",
"slogan": "Chat with us"
}
},
"slug": "test-1",
"updated_at": "2024-12-01T14:38:45.709025+00:00"
}
}