cURL
curl --request POST \ --url https://sitegpt.ai/api/v0/chatbots/{chatbotId}/quick-prompts \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "title": "Contact us", "link": "", "description": "How to contact you?" }'
200
Success
{ "success": true, "message": "Added quick prompt to the chatbot successfully", "data": {}}
Add a new Quick Prompt to a particular chatbot.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Id of the chatbot
Request body to add a quick prompt
Request Body
OK
Success Response
Was this page helpful?