Chatbot Prompts
Add Chatbot Prompt
Add a custom prompt to the chatbot
POST
/
v0
/
chatbots
/
{chatbotId}
/
settings
/
prompts
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Id of the chatbot
Body
application/json
Request body
Title of the prompt.
Short description about the prompt.
Actual instructions that will be specified to the AI while generating the response.
Decides creativity level of the chatbot response. 0 is more focused and 1 is more creative/random.
Was this page helpful?