Chatbots
Fetch a Chatbot
Chatbots
Fetch a Chatbot
Fetch single chatbot base on uuid
GET
/
api
/
v1
/
chatbot
/
{uuid}
curl --location --request GET 'https://app-chatwize.com/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"
}
Path
Response
curl --location --request GET 'https://app-chatwize.com/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"
}
curl --location --request GET 'https://app-chatwize.com/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"
}