curl --location --request GET 'https://app.chatwize.ai/api/v1/chatbot/{chatbot-uuid}' \ --header 'Authorization: Bearer <token>'
{ "created_at": "string", "meta": { "model": "gpt-3.5-turbo", "prompt": "string", "rate_limit": [ 20, 240 ], "rate_limit_message": "Too many messages", "show_citations": false, "temperature": 0, "visibility": "private" }, "modified_at": "string", "name": "string", "uuid": "string" }
Fetch single chatbot base on uuid
Documentation IndexFetch the complete documentation index at: https://guidenl.chatwize.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://guidenl.chatwize.ai/llms.txt
Use this file to discover all available pages before exploring further.
Show Chatbot meta